Shades of Fern Green #477D42
Tints of Fern Green #477D42
RGB
CMYK
RGB Variations
Color information
#477D42 (or 0x477D42) is known color: Fern Green. HEX triplet: 47, 7D and 42. RGB value is (71,125,66). Sum of RGB (Red+Green+Blue) = 71+125+66=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #477D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477D42 is #B882BD. Grayscale: #666666. Windows color (decimal): -12092094 or 4357447. OLE color: 4357447.
HSL color Cylindrical-coordinate representation of color #477D42: hue angle of 114.92º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477D42 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 66 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.51 |
| HSL | 114.92º | 0.31% | 0.37% | - |
| HSV(B) | 114.92º | 0.47% | 0.49% | - |
| XYZ | 10.92 | 16.4 | 7.74 | - |
| YUV | 102.13 | 107.61 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 66 | 0.43 | 0 | 0.47 | 0.51 | 114.92 | 0.31 | 0.37 |
| Hex | 47 | 7D | 42 | 2B | 0 | 2F | 33 | 73 | 1F | 25 |
| Octal | 107 | 175 | 102 | 53 | 0 | 57 | 63 | 163 | 37 | 45 |
| Binary | 1000111 | 1111101 | 1000010 | 101011 | 0 | 101111 | 110011 | 1110011 | 11111 | 100101 |
Color Harmonies of #477D42
Complementary color
Monochromatic Colors of #477D42
Black with #477D42
Text Example
Text Example
White with #477D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D42; }
p { color: rgb(71,125,66); }
H1.HeaderClassName
{
color: #477D42;
}
.AnyTagClassName
{
color: #477D42;
}
</style>
background-color css
<style>
a { background-color: #477D42; }
a { background-color: rgb(71,125,66); }
div.DivClassName
{
background-color: #477D42;
}
.BgClassName
{
background-color: #477D42;
}
</style>
border-color css
<style>
span { border-color: #477D42; }
span { border-color: rgb(71,125,66); }
td.TdClassName
{
border-color: #477D42;
}
.TagClassName
{
border-color: #477D42;
}
</style>