COLOR #499212

HEX: #499212
RGB: (73,146,18)

Renk bilgisi

#499212 contains mainly green color. #499212 ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#499212 color RGB value is (73,146,18).

  • kırmız ton 73;
  • yeşil ton 146;
  • mavi ton 18.
RGB:
(73,146,18)
(29%,57%,7%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 146 of 255 = 57%
B 18 of 255 = 7%

73
146
18

R + G + B ~ 31%. #499212 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 146 + 18 = 237 (100%)
R 73 of 237 ~ 30.8%
G 146 of 237 ~ 61.6%
B 18 of 237 ~ 7.59%

%30.8
%61.6

CMYK RENK MODELİ

#499212 rengi CMYK tonu (50,0,88,43).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 87.67%
  • ana renk tonu 42.75%
CMYK:
(50,0,88,43)
C50M0Y88K43 
(50%,0%,88%,43%)
(0.50/0.00/0.88/0.43)	

CMYK yüzdeleri

%50
%0
%87.67
%42.75

Codes

Color #499212 in popluar color models

499212
RGB7314618
HSL94°78.05%32.16%
HSB/HSV94°87.67%57.25%
CMYK50.00%0.00%87.67%
42.75%

Color #499212 in popluar number systems.

HEX499212
Decimal7314618
Binary10010011001001010010
Octal11122222

Shades and tints

Shades of #499212

#499212
(73,146,18)
#438511
(67,133,17)
#3D7810
(61,120,16)
#376B0F
(55,107,15)
#315E0E
(49,94,14)
#2B510D
(43,81,13)
#25440C
(37,68,12)
#1F370B
(31,55,11)
#192A0A
(25,42,10)
#131D09
(19,29,9)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #499212

#499212
(73,146,18)
#599B27
(89,155,39)
#69A43C
(105,164,60)
#79AD51
(121,173,81)
#89B666
(137,182,102)
#99BF7B
(153,191,123)
#A9C890
(169,200,144)
#B9D1A5
(185,209,165)
#C9DABA
(201,218,186)
#D9E3CF
(217,227,207)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499212 color. Also use rgb(73,146,18) instead hex code.

Text Font Color

.myTextColor { color: #499212; }

<p style="color:#499212">This sample text font color is #499212.</p>

This text font color is #499212.


Background Color

.myBgColor { background-color: #499212; }

<div style="background-color:#499212">Inner text</div>

This div background color is #499212.


Border color

.myBorderColor { border: 1px solid #499212; }

<div style="border:3px solid #499212">Div</div>

This div border color is #499212.


Opacity

.myOpacity80 { color: #499212; opacity: 0.8; }

<p style="color:#499212;opacity:0.8;">80%</p>

Text with #499212 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #499212;}

<p style="text-shadow: 3px 3px 1px #499212">Text here.</p>

This text has shadow with #499212 color.

.textShadow {text-shadow: 3px 3px 1px #499212, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #499212, 5px 5px 20px red">Text here.</p>

This text has shadow with #499212 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#499212, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#499212, Direction=45, Strength=4)">Text</p>

This text has shadow with #499212 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #499212;
  -webkit-box-shadow:	1px 1px 3px 2px #499212;
  box-shadow:		1px 1px 3px 2px #499212;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #499212;
-webkit-box-shadow: 1px 1px 3px 2px #499212;
box-shadow:1px 1px 3px 2px #499212;">
Div content here</div>
This div box has shadow with color #499212.

Preview

Color preview on black background

This text has color #499212 on black background.


Color preview on white background

This text has color #499212 on white background.



Black color preview on #499212 background

This text has black color on #499212 background.


White color preview on #499212 background

This text has white color on #499212 background.