Shades of Fern Green #477A41
Tints of Fern Green #477A41
RGB
CMYK
RGB Variations
Color information
#477A41 (or 0x477A41) is known color: Fern Green. HEX triplet: 47, 7A and 41. RGB value is (71,122,65). Sum of RGB (Red+Green+Blue) = 71+122+65=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #477A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477A41 is #B885BE. Grayscale: #646464. Windows color (decimal): -12092863 or 4291143. OLE color: 4291143.
HSL color Cylindrical-coordinate representation of color #477A41: hue angle of 113.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477A41 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 65 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.52 |
| HSL | 113.68º | 0.3% | 0.37% | - |
| HSV(B) | 113.68º | 0.47% | 0.48% | - |
| XYZ | 10.51 | 15.64 | 7.47 | - |
| YUV | 100.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 65 | 0.42 | 0 | 0.47 | 0.52 | 113.68 | 0.3 | 0.37 |
| Hex | 47 | 7A | 41 | 2A | 0 | 2F | 34 | 72 | 1E | 25 |
| Octal | 107 | 172 | 101 | 52 | 0 | 57 | 64 | 162 | 36 | 45 |
| Binary | 1000111 | 1111010 | 1000001 | 101010 | 0 | 101111 | 110100 | 1110010 | 11110 | 100101 |
Color Harmonies of #477A41
Complementary color
Monochromatic Colors of #477A41
Black with #477A41
Text Example
Text Example
White with #477A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A41; }
p { color: rgb(71,122,65); }
H1.HeaderClassName
{
color: #477A41;
}
.AnyTagClassName
{
color: #477A41;
}
</style>
background-color css
<style>
a { background-color: #477A41; }
a { background-color: rgb(71,122,65); }
div.DivClassName
{
background-color: #477A41;
}
.BgClassName
{
background-color: #477A41;
}
</style>
border-color css
<style>
span { border-color: #477A41; }
span { border-color: rgb(71,122,65); }
td.TdClassName
{
border-color: #477A41;
}
.TagClassName
{
border-color: #477A41;
}
</style>