Shades of Fern Green #477F40
Tints of Fern Green #477F40
RGB
CMYK
RGB Variations
Color information
#477F40 (or 0x477F40) is known color: Fern Green. HEX triplet: 47, 7F and 40. RGB value is (71,127,64). Sum of RGB (Red+Green+Blue) = 71+127+64=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #477F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F40 is #B880BF. Grayscale: #676767. Windows color (decimal): -12091584 or 4226887. OLE color: 4226887.
HSL color Cylindrical-coordinate representation of color #477F40: hue angle of 113.33º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #477F40 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 64 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.50 |
| HSL | 113.33º | 0.33% | 0.37% | - |
| HSV(B) | 113.33º | 0.5% | 0.5% | - |
| XYZ | 11.11 | 16.89 | 7.52 | - |
| YUV | 103.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 64 | 0.44 | 0 | 0.50 | 0.50 | 113.33 | 0.33 | 0.37 |
| Hex | 47 | 7F | 40 | 2C | 0 | 32 | 32 | 71 | 21 | 25 |
| Octal | 107 | 177 | 100 | 54 | 0 | 62 | 62 | 161 | 41 | 45 |
| Binary | 1000111 | 1111111 | 1000000 | 101100 | 0 | 110010 | 110010 | 1110001 | 100001 | 100101 |
Color Harmonies of #477F40
Complementary color
Monochromatic Colors of #477F40
Black with #477F40
Text Example
Text Example
White with #477F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F40; }
p { color: rgb(71,127,64); }
H1.HeaderClassName
{
color: #477F40;
}
.AnyTagClassName
{
color: #477F40;
}
</style>
background-color css
<style>
a { background-color: #477F40; }
a { background-color: rgb(71,127,64); }
div.DivClassName
{
background-color: #477F40;
}
.BgClassName
{
background-color: #477F40;
}
</style>
border-color css
<style>
span { border-color: #477F40; }
span { border-color: rgb(71,127,64); }
td.TdClassName
{
border-color: #477F40;
}
.TagClassName
{
border-color: #477F40;
}
</style>