COLOR #499C41

HEX: #499C41
RGB: (73,156,65)

Color info

#499C41 contains mainly green color. Web safe color of #499C41 is #339933 (or #393).

RGB color model

#499C41 color RGB value is (73,156,65).

  • red value is 73;
  • green value is 156;
  • blue value is 65.
RGB:
(73,156,65)
(29%,61%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 156 of 255 = 61%
B 65 of 255 = 25%

73
156
65

R + G + B ~ 38%. #499C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 156 + 65 = 294 (100%)
R 73 of 294 ~ 24.83%
G 156 of 294 ~ 53.06%
B 65 of 294 ~ 22.11%

%24.83
%53.06
%22.11

CMYK color model

#499C41 color CMYK value is (53,0,58,39).

  • cyan value is 53.21%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 38.82%
CMYK:
(53,0,58,39)
C53M0Y58K39 
(53%,0%,58%,39%)
(0.53/0.00/0.58/0.39)	

CMYK percentages

%53.21
%0
%58.33
%38.82

Codes

Color #499C41 in popluar color models

499C41
RGB7315665
HSL115°41.18%43.33%
HSB/HSV115°58.33%61.18%
CMYK53.21%0.00%58.33%
38.82%

Color #499C41 in popluar number systems.

HEX499C41
Decimal7315665
Binary1001001100111001000001
Octal111234101

Shades and tints

Shades of #499C41

#499C41
(73,156,65)
#438E3C
(67,142,60)
#3D8037
(61,128,55)
#377232
(55,114,50)
#31642D
(49,100,45)
#2B5628
(43,86,40)
#254823
(37,72,35)
#1F3A1E
(31,58,30)
#192C19
(25,44,25)
#131E14
(19,30,20)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #499C41

#499C41
(73,156,65)
#59A552
(89,165,82)
#69AE63
(105,174,99)
#79B774
(121,183,116)
#89C085
(137,192,133)
#99C996
(153,201,150)
#A9D2A7
(169,210,167)
#B9DBB8
(185,219,184)
#C9E4C9
(201,228,201)
#D9EDDA
(217,237,218)
#E9F6EB
(233,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499C41 color. Also use rgb(73,156,65) instead hex code.

Text Font Color

.myTextColor { color: #499C41; }

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

This text font color is #499C41.


Background Color

.myBgColor { background-color: #499C41; }

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

This div background color is #499C41.


Border color

.myBorderColor { border: 1px solid #499C41; }

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

This div border color is #499C41.


Opacity

.myOpacity80 { color: #499C41; opacity: 0.8; }

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

Text with #499C41 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 #499C41;}

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

This text has shadow with #499C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499C41 on black background.


Color preview on white background

This text has color #499C41 on white background.



Black color preview on #499C41 background

This text has black color on #499C41 background.


White color preview on #499C41 background

This text has white color on #499C41 background.