HEX: #499647
RGB: (73,150,71)
#499647 contains mainly green color. Web safe color of #499647 is #339933 (or #393).
#499647 color RGB value is (73,150,71).
RGB: (73,150,71)
(29%, 59%, 28%)
R 73 of 255 = 29%
G 150 of 255 = 59%
B 71 of 255 = 28%
R + G + B ~ 39%. #499647 is quite dark color.
R + G + B = 73 + 150 + 71 = 294 (100%)
R 73 of 294 ~ 24.83%
G 150 of 294 ~ 51.02%
B 71 of 294 ~ 24.15'%
#499647 color CMYK value is (51,0,53,41).
CMYK: (51,0,53,41) C51M0Y53K41 (51%,0%,53%,41%) (0.51/0.00/0.53/0.41)
Color #499647 in popluar color models
49 | 96 | 47 | |
---|---|---|---|
RGB | 73 | 150 | 71 |
HSL | 118° | 35.75% | 43.33% |
HSB/HSV | 118° | 52.67% | 58.82% |
CMYK | 51.33% | 0.00% | 52.67% |
41.18% |
Color #499647 in popluar number systems.
HEX | 49 | 96 | 47 |
Decimal | 73 | 150 | 71 |
Binary | 1001001 | 10010110 | 1000111 |
Octal | 111 | 226 | 107 |
Shades of #499647
Tints of #499647
Examples of css and html codes for elements with #499647 color. Also use rgb(73,150,71) instead hex code.
.myTextColor { color: #499647; }
<p style="color:#499647">This sample text font color is #499647.</p>
This text font color is #499647.
.myBgColor { background-color: #499647; }
<div style="background-color:#499647">Inner text</div>
This div background color is #499647.
.myBorderColor { border: 1px solid #499647; }
<div style="border:3px solid #499647">Div</div>
This div border color is #499647.
.myOpacity80 { color: #499647; opacity: 0.8; }
<p style="color:#499647;opacity:0.8;">80%</p>
Text with #499647 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #499647;}
<p style="text-shadow: 3px 3px 1px #499647">Text here.</p>
This text has shadow with #499647 color.
.textShadow {text-shadow: 3px 3px 1px #499647', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #499647, 5px 5px 20px red">Text here.</p>
This text has shadow with #499647 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#499647, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#499647, Direction=45, Strength=4)">Text</p>
This text has shadow with #499647 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #499647;
-webkit-box-shadow: 1px 1px 3px 2px #499647;
box-shadow: 1px 1px 3px 2px #499647;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #499647; -webkit-box-shadow: 1px 1px 3px 2px #499647; box-shadow:1px 1px 3px 2px #499647;">
Div content here
</div>
This text has color #499647 on black background.
This text has color #499647 on white background.
This text has black color on #499647 background.
This text has white color on #499647 background.
Complementary color for #hex is #B669B8.