COLOR #499729

HEX: #499729
RGB: (73,151,41)

Color info

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

RGB color model

#499729 color RGB value is (73,151,41).

  • red value is 73;
  • green value is 151;
  • blue value is 41.
RGB:
(73,151,41)
(29%,59%,16%)

RGB channels and saturation

R 73 of 255 = 29%
G 151 of 255 = 59%
B 41 of 255 = 16%

73
151
41

R + G + B ~ 35%. #499729 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 151 + 41 = 265 (100%)
R 73 of 265 ~ 27.55%
G 151 of 265 ~ 56.98%
B 41 of 265 ~ 15.47%

%27.55
%56.98
%15.47

CMYK color model

#499729 color CMYK value is (52,0,73,41).

  • cyan value is 51.66%
  • magenta value is 0.00%
  • yellow value is 72.85%
  • key color value is 40.78%
CMYK:
(52,0,73,41)
C52M0Y73K41 
(52%,0%,73%,41%)
(0.52/0.00/0.73/0.41)	

CMYK percentages

%51.66
%0
%72.85
%40.78

Codes

Color #499729 in popluar color models

499729
RGB7315141
HSL103°57.29%37.65%
HSB/HSV103°72.85%59.22%
CMYK51.66%0.00%72.85%
40.78%

Color #499729 in popluar number systems.

HEX499729
Decimal7315141
Binary100100110010111101001
Octal11122751

Shades and tints

Shades of #499729

#499729
(73,151,41)
#438A26
(67,138,38)
#3D7D23
(61,125,35)
#377020
(55,112,32)
#31631D
(49,99,29)
#2B561A
(43,86,26)
#254917
(37,73,23)
#1F3C14
(31,60,20)
#192F11
(25,47,17)
#13220E
(19,34,14)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #499729

#499729
(73,151,41)
#59A03C
(89,160,60)
#69A94F
(105,169,79)
#79B262
(121,178,98)
#89BB75
(137,187,117)
#99C488
(153,196,136)
#A9CD9B
(169,205,155)
#B9D6AE
(185,214,174)
#C9DFC1
(201,223,193)
#D9E8D4
(217,232,212)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499729 color. Also use rgb(73,151,41) instead hex code.

Text Font Color

.myTextColor { color: #499729; }

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

This text font color is #499729.


Background Color

.myBgColor { background-color: #499729; }

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

This div background color is #499729.


Border color

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

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

This div border color is #499729.


Opacity

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

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

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

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

This text has shadow with #499729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499729 on black background.


Color preview on white background

This text has color #499729 on white background.



Black color preview on #499729 background

This text has black color on #499729 background.


White color preview on #499729 background

This text has white color on #499729 background.