HEX: #499729
RGB: (73,151,41)
#499729 contains mainly green color. Web safe color of #499729 is #339933 (or #393).
#499729 color RGB value is (73,151,41).
RGB: (73,151,41) (29%,59%,16%)
R 73 of 255 = 29%
G 151 of 255 = 59%
B 41 of 255 = 16%
R + G + B ~ 35%. #499729 is quite dark color.
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%
#499729 color CMYK value is (52,0,73,41).
CMYK: (52,0,73,41) C52M0Y73K41 (52%,0%,73%,41%) (0.52/0.00/0.73/0.41)
49 | 97 | 29 | |
---|---|---|---|
RGB | 73 | 151 | 41 |
HSL | 103° | 57.29% | 37.65% |
HSB/HSV | 103° | 72.85% | 59.22% |
CMYK | 51.66% | 0.00% | 72.85% |
40.78% |
HEX | 49 | 97 | 29 |
Decimal | 73 | 151 | 41 |
Binary | 1001001 | 10010111 | 101001 |
Octal | 111 | 227 | 51 |
Examples of css and html codes for elements with #499729 color. Also use rgb(73,151,41) instead hex code.
.myTextColor { color: #499729; }
<p style="color:#499729">This sample text font color is #499729.</p>
This text font color is #499729.
.myBgColor { background-color: #499729; }
<div style="background-color:#499729">Inner text</div>
This div background color is #499729.
.myBorderColor { border: 1px solid #499729; }
<div style="border:3px solid #499729">Div</div>
This div border color is #499729.
.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%.
.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.
/* 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 text has color #499729 on black background.
This text has color #499729 on white background.
This text has black color on #499729 background.
This text has white color on #499729 background.