Shades of Fern Green #477441
Tints of Fern Green #477441
RGB
CMYK
RGB Variations
Color information
#477441 (or 0x477441) is known color: Fern Green. HEX triplet: 47, 74 and 41. RGB value is (71,116,65). Sum of RGB (Red+Green+Blue) = 71+116+65=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #477441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477441 is #B88BBE. Grayscale: #606060. Windows color (decimal): -12094399 or 4289607. OLE color: 4289607.
HSL color Cylindrical-coordinate representation of color #477441: hue angle of 112.94º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477441 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 116 | 65 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.55 |
| HSL | 112.94º | 0.28% | 0.35% | - |
| HSV(B) | 112.94º | 0.44% | 0.45% | - |
| XYZ | 9.8 | 14.21 | 7.23 | - |
| YUV | 96.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 65 | 0.39 | 0 | 0.44 | 0.55 | 112.94 | 0.28 | 0.35 |
| Hex | 47 | 74 | 41 | 27 | 0 | 2C | 37 | 71 | 1C | 23 |
| Octal | 107 | 164 | 101 | 47 | 0 | 54 | 67 | 161 | 34 | 43 |
| Binary | 1000111 | 1110100 | 1000001 | 100111 | 0 | 101100 | 110111 | 1110001 | 11100 | 100011 |
Color Harmonies of #477441
Complementary color
Monochromatic Colors of #477441
Black with #477441
Text Example
Text Example
White with #477441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477441; }
p { color: rgb(71,116,65); }
H1.HeaderClassName
{
color: #477441;
}
.AnyTagClassName
{
color: #477441;
}
</style>
background-color css
<style>
a { background-color: #477441; }
a { background-color: rgb(71,116,65); }
div.DivClassName
{
background-color: #477441;
}
.BgClassName
{
background-color: #477441;
}
</style>
border-color css
<style>
span { border-color: #477441; }
span { border-color: rgb(71,116,65); }
td.TdClassName
{
border-color: #477441;
}
.TagClassName
{
border-color: #477441;
}
</style>