HEX: #479240
RGB: (71,146,64)
#479240 contains mainly green color. Web safe color of #479240 is #339933 (or #393).
#479240 color RGB value is (71,146,64).
RGB: (71,146,64)
(28%, 57%, 25%)
R 71 of 255 = 28%
G 146 of 255 = 57%
B 64 of 255 = 25%
R + G + B ~ 37%. #479240 is quite dark color.
R + G + B = 71 + 146 + 64 = 281 (100%)
R 71 of 281 ~ 25.27%
G 146 of 281 ~ 51.96%
B 64 of 281 ~ 22.78'%
#479240 color CMYK value is (51,0,56,43).
CMYK: (51,0,56,43)
C51M0Y56K43 (51%, 0%, 56%, 43%)
(0.51 / 0.00 / 0.56 / 0.43)
Color #479240 in popluar color models
47 | 92 | 40 | |
---|---|---|---|
RGB | 71 | 146 | 64 |
HSL | 115° | 39.05% | 41.18% |
HSB/HSV | 115° | 56.16% | 57.25% |
CMYK | 51.37% | 0.00% | 56.16% |
42.75% |
Color #479240 in popluar number systems.
HEX | 47 | 92 | 40 |
Decimal | 71 | 146 | 64 |
Binary | 1000111 | 10010010 | 1000000 |
Octal | 107 | 222 | 100 |
Shades of #479240
Tints of #479240
Examples of css and html codes for elements with #479240 color. Also use rgb(71,146,64) instead hex code.
.myTextColor { color: #479240; }
<p style="color:#479240">This sample text font color is #479240.</p>
This text font color is #479240.
.myBgColor { background-color: #479240; }
<div style="background-color:#479240">Inner text</div>
This div background color is #479240.
.myBorderColor { border: 1px solid #479240; }
<div style="border:3px solid #479240">Div</div>
This div border color is #479240.
.myOpacity80 { color: #479240; opacity: 0.8; }
<p style="color:#479240;opacity:0.8;">80%</p>
Text with #479240 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #479240;}
<p style="text-shadow: 3px 3px 1px #479240">Text here.</p>
This text has shadow with #479240 color.
.textShadow {text-shadow: 3px 3px 1px #479240', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #479240, 5px 5px 20px red">Text here.</p>
This text has shadow with #479240 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#479240, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#479240, Direction=45, Strength=4)">Text</p>
This text has shadow with #479240 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #479240;
-webkit-box-shadow: 1px 1px 3px 2px #479240;
box-shadow: 1px 1px 3px 2px #479240;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #479240; -webkit-box-shadow: 1px 1px 3px 2px #479240; box-shadow:1px 1px 3px 2px #479240;">
Div content here
</div>
This text has color #479240 on black background.
This text has color #479240 on white background.
This text has black color on #479240 background.
This text has white color on #479240 background.
Complementary color for #hex is #B86DBF.