Shades of Fern Green #477A40
Tints of Fern Green #477A40
RGB
CMYK
RGB Variations
Color information
#477A40 (or 0x477A40) is known color: Fern Green. HEX triplet: 47, 7A and 40. RGB value is (71,122,64). Sum of RGB (Red+Green+Blue) = 71+122+64=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #477A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477A40 is #B885BF. Grayscale: #646464. Windows color (decimal): -12092864 or 4225607. OLE color: 4225607.
HSL color Cylindrical-coordinate representation of color #477A40: hue angle of 112.76º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #477A40 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 64 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.52 |
| HSL | 112.76º | 0.31% | 0.36% | - |
| HSV(B) | 112.76º | 0.48% | 0.48% | - |
| XYZ | 10.48 | 15.63 | 7.31 | - |
| YUV | 100.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 64 | 0.42 | 0 | 0.48 | 0.52 | 112.76 | 0.31 | 0.36 |
| Hex | 47 | 7A | 40 | 2A | 0 | 30 | 34 | 71 | 1F | 24 |
| Octal | 107 | 172 | 100 | 52 | 0 | 60 | 64 | 161 | 37 | 44 |
| Binary | 1000111 | 1111010 | 1000000 | 101010 | 0 | 110000 | 110100 | 1110001 | 11111 | 100100 |
Color Harmonies of #477A40
Complementary color
Monochromatic Colors of #477A40
Black with #477A40
Text Example
Text Example
White with #477A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A40; }
p { color: rgb(71,122,64); }
H1.HeaderClassName
{
color: #477A40;
}
.AnyTagClassName
{
color: #477A40;
}
</style>
background-color css
<style>
a { background-color: #477A40; }
a { background-color: rgb(71,122,64); }
div.DivClassName
{
background-color: #477A40;
}
.BgClassName
{
background-color: #477A40;
}
</style>
border-color css
<style>
span { border-color: #477A40; }
span { border-color: rgb(71,122,64); }
td.TdClassName
{
border-color: #477A40;
}
.TagClassName
{
border-color: #477A40;
}
</style>