HEX: #496924
RGB: (73,105,36)
#496924 contains mainly red and green colors. Web safe color of #496924 is #336633 (or #363).
#496924 color RGB value is (73,105,36).
RGB: (73,105,36)
(29%, 41%, 14%)
R 73 of 255 = 29%
G 105 of 255 = 41%
B 36 of 255 = 14%
R + G + B ~ 28%. #496924 is quite dark color.
R + G + B = 73 + 105 + 36 = 214 (100%)
R 73 of 214 ~ 34.11%
G 105 of 214 ~ 49.07%
B 36 of 214 ~ 16.82'%
#496924 color CMYK value is (30,0,66,59).
CMYK: (30,0,66,59)
C30M0Y66K59 (30%, 0%, 66%, 59%)
(0.30 / 0.00 / 0.66 / 0.59)
Color #496924 in popluar color models
49 | 69 | 24 | |
---|---|---|---|
RGB | 73 | 105 | 36 |
HSL | 88° | 48.94% | 27.65% |
HSB/HSV | 88° | 65.71% | 41.18% |
CMYK | 30.48% | 0.00% | 65.71% |
58.82% |
Color #496924 in popluar number systems.
HEX | 49 | 69 | 24 |
Decimal | 73 | 105 | 36 |
Binary | 1001001 | 1101001 | 100100 |
Octal | 111 | 151 | 44 |
Shades of #496924
Tints of #496924
Examples of css and html codes for elements with #496924 color. Also use rgb(73,105,36) instead hex code.
.myTextColor { color: #496924; }
<p style="color:#496924">This sample text font color is #496924.</p>
This text font color is #496924.
.myBgColor { background-color: #496924; }
<div style="background-color:#496924">Inner text</div>
This div background color is #496924.
.myBorderColor { border: 1px solid #496924; }
<div style="border:3px solid #496924">Div</div>
This div border color is #496924.
.myOpacity80 { color: #496924; opacity: 0.8; }
<p style="color:#496924;opacity:0.8;">80%</p>
Text with #496924 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496924;}
<p style="text-shadow: 3px 3px 1px #496924">Text here.</p>
This text has shadow with #496924 color.
.textShadow {text-shadow: 3px 3px 1px #496924', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496924, 5px 5px 20px red">Text here.</p>
This text has shadow with #496924 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496924, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496924, Direction=45, Strength=4)">Text</p>
This text has shadow with #496924 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496924;
-webkit-box-shadow: 1px 1px 3px 2px #496924;
box-shadow: 1px 1px 3px 2px #496924;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496924; -webkit-box-shadow: 1px 1px 3px 2px #496924; box-shadow:1px 1px 3px 2px #496924;">
Div content here
</div>
This text has color #496924 on black background.
This text has color #496924 on white background.
This text has black color on #496924 background.
This text has white color on #496924 background.
Complementary color for #hex is #B696DB.