Shades of Fern Green #477D41
Tints of Fern Green #477D41
RGB
CMYK
RGB Variations
Color information
#477D41 (or 0x477D41) is known color: Fern Green. HEX triplet: 47, 7D and 41. RGB value is (71,125,65). Sum of RGB (Red+Green+Blue) = 71+125+65=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #477D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477D41 is #B882BE. Grayscale: #666666. Windows color (decimal): -12092095 or 4291911. OLE color: 4291911.
HSL color Cylindrical-coordinate representation of color #477D41: hue angle of 114º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #477D41 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 65 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.51 |
| HSL | 114º | 0.32% | 0.37% | - |
| HSV(B) | 114º | 0.48% | 0.49% | - |
| XYZ | 10.89 | 16.39 | 7.59 | - |
| YUV | 102.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 65 | 0.43 | 0 | 0.48 | 0.51 | 114 | 0.32 | 0.37 |
| Hex | 47 | 7D | 41 | 2B | 0 | 30 | 33 | 72 | 20 | 25 |
| Octal | 107 | 175 | 101 | 53 | 0 | 60 | 63 | 162 | 40 | 45 |
| Binary | 1000111 | 1111101 | 1000001 | 101011 | 0 | 110000 | 110011 | 1110010 | 100000 | 100101 |
Color Harmonies of #477D41
Complementary color
Monochromatic Colors of #477D41
Black with #477D41
Text Example
Text Example
White with #477D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D41; }
p { color: rgb(71,125,65); }
H1.HeaderClassName
{
color: #477D41;
}
.AnyTagClassName
{
color: #477D41;
}
</style>
background-color css
<style>
a { background-color: #477D41; }
a { background-color: rgb(71,125,65); }
div.DivClassName
{
background-color: #477D41;
}
.BgClassName
{
background-color: #477D41;
}
</style>
border-color css
<style>
span { border-color: #477D41; }
span { border-color: rgb(71,125,65); }
td.TdClassName
{
border-color: #477D41;
}
.TagClassName
{
border-color: #477D41;
}
</style>