Shades of Fern Green #477140
Tints of Fern Green #477140
RGB
CMYK
RGB Variations
Color information
#477140 (or 0x477140) is known color: Fern Green. HEX triplet: 47, 71 and 40. RGB value is (71,113,64). Sum of RGB (Red+Green+Blue) = 71+113+64=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #477140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477140 is #B88EBF. Grayscale: #5F5F5F. Windows color (decimal): -12095168 or 4223303. OLE color: 4223303.
HSL color Cylindrical-coordinate representation of color #477140: hue angle of 111.43º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477140 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 64 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.56 |
| HSL | 111.43º | 0.28% | 0.35% | - |
| HSV(B) | 111.43º | 0.43% | 0.44% | - |
| XYZ | 9.43 | 13.52 | 6.96 | - |
| YUV | 94.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 64 | 0.37 | 0 | 0.43 | 0.56 | 111.43 | 0.28 | 0.35 |
| Hex | 47 | 71 | 40 | 25 | 0 | 2B | 38 | 6F | 1C | 23 |
| Octal | 107 | 161 | 100 | 45 | 0 | 53 | 70 | 157 | 34 | 43 |
| Binary | 1000111 | 1110001 | 1000000 | 100101 | 0 | 101011 | 111000 | 1101111 | 11100 | 100011 |
Color Harmonies of #477140
Complementary color
Monochromatic Colors of #477140
Black with #477140
Text Example
Text Example
White with #477140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477140; }
p { color: rgb(71,113,64); }
H1.HeaderClassName
{
color: #477140;
}
.AnyTagClassName
{
color: #477140;
}
</style>
background-color css
<style>
a { background-color: #477140; }
a { background-color: rgb(71,113,64); }
div.DivClassName
{
background-color: #477140;
}
.BgClassName
{
background-color: #477140;
}
</style>
border-color css
<style>
span { border-color: #477140; }
span { border-color: rgb(71,113,64); }
td.TdClassName
{
border-color: #477140;
}
.TagClassName
{
border-color: #477140;
}
</style>