HEX: #489420
RGB: (72,148,32)
#489420 contains mainly green color. Web safe color of #489420 is #339933 (or #393).
#489420 color RGB value is (72,148,32).
RGB: (72,148,32)
(28%, 58%, 13%)
R 72 of 255 = 28%
G 148 of 255 = 58%
B 32 of 255 = 13%
R + G + B ~ 33%. #489420 is quite dark color.
R + G + B = 72 + 148 + 32 = 252 (100%)
R 72 of 252 ~ 28.57%
G 148 of 252 ~ 58.73%
B 32 of 252 ~ 12.7'%
#489420 color CMYK value is (51,0,78,42).
CMYK: (51,0,78,42)
C51M0Y78K42 (51%, 0%, 78%, 42%)
(0.51 / 0.00 / 0.78 / 0.42)
Color #489420 in popluar color models
48 | 94 | 20 | |
---|---|---|---|
RGB | 72 | 148 | 32 |
HSL | 99° | 64.44% | 35.29% |
HSB/HSV | 99° | 78.38% | 58.04% |
CMYK | 51.35% | 0.00% | 78.38% |
41.96% |
Color #489420 in popluar number systems.
HEX | 48 | 94 | 20 |
Decimal | 72 | 148 | 32 |
Binary | 1001000 | 10010100 | 100000 |
Octal | 110 | 224 | 40 |
Shades of #489420
Tints of #489420
Examples of css and html codes for elements with #489420 color. Also use rgb(72,148,32) instead hex code.
.myTextColor { color: #489420; }
<p style="color:#489420">This sample text font color is #489420.</p>
This text font color is #489420.
.myBgColor { background-color: #489420; }
<div style="background-color:#489420">Inner text</div>
This div background color is #489420.
.myBorderColor { border: 1px solid #489420; }
<div style="border:3px solid #489420">Div</div>
This div border color is #489420.
.myOpacity80 { color: #489420; opacity: 0.8; }
<p style="color:#489420;opacity:0.8;">80%</p>
Text with #489420 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #489420;}
<p style="text-shadow: 3px 3px 1px #489420">Text here.</p>
This text has shadow with #489420 color.
.textShadow {text-shadow: 3px 3px 1px #489420', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #489420, 5px 5px 20px red">Text here.</p>
This text has shadow with #489420 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#489420, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#489420, Direction=45, Strength=4)">Text</p>
This text has shadow with #489420 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #489420;
-webkit-box-shadow: 1px 1px 3px 2px #489420;
box-shadow: 1px 1px 3px 2px #489420;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #489420; -webkit-box-shadow: 1px 1px 3px 2px #489420; box-shadow:1px 1px 3px 2px #489420;">
Div content here
</div>
This text has color #489420 on black background.
This text has color #489420 on white background.
This text has black color on #489420 background.
This text has white color on #489420 background.
Complementary color for #hex is #B76BDF.