Shades of Fern Green #477044
Tints of Fern Green #477044
RGB
CMYK
RGB Variations
Color information
#477044 (or 0x477044) is known color: Fern Green. HEX triplet: 47, 70 and 44. RGB value is (71,112,68). Sum of RGB (Red+Green+Blue) = 71+112+68=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #477044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477044 is #B88FBB. Grayscale: #5E5E5E. Windows color (decimal): -12095420 or 4485191. OLE color: 4485191.
HSL color Cylindrical-coordinate representation of color #477044: hue angle of 115.91º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477044 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 68 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.56 |
| HSL | 115.91º | 0.24% | 0.35% | - |
| HSV(B) | 115.91º | 0.39% | 0.44% | - |
| XYZ | 9.44 | 13.35 | 7.55 | - |
| YUV | 94.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 68 | 0.37 | 0 | 0.39 | 0.56 | 115.91 | 0.24 | 0.35 |
| Hex | 47 | 70 | 44 | 25 | 0 | 27 | 38 | 74 | 18 | 23 |
| Octal | 107 | 160 | 104 | 45 | 0 | 47 | 70 | 164 | 30 | 43 |
| Binary | 1000111 | 1110000 | 1000100 | 100101 | 0 | 100111 | 111000 | 1110100 | 11000 | 100011 |
Color Harmonies of #477044
Complementary color
Monochromatic Colors of #477044
Black with #477044
Text Example
Text Example
White with #477044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477044; }
p { color: rgb(71,112,68); }
H1.HeaderClassName
{
color: #477044;
}
.AnyTagClassName
{
color: #477044;
}
</style>
background-color css
<style>
a { background-color: #477044; }
a { background-color: rgb(71,112,68); }
div.DivClassName
{
background-color: #477044;
}
.BgClassName
{
background-color: #477044;
}
</style>
border-color css
<style>
span { border-color: #477044; }
span { border-color: rgb(71,112,68); }
td.TdClassName
{
border-color: #477044;
}
.TagClassName
{
border-color: #477044;
}
</style>