Shades of Fern Green #477F38
Tints of Fern Green #477F38
RGB
CMYK
RGB Variations
Color information
#477F38 (or 0x477F38) is known color: Fern Green. HEX triplet: 47, 7F and 38. RGB value is (71,127,56). Sum of RGB (Red+Green+Blue) = 71+127+56=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #477F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F38 is #B880C7. Grayscale: #666666. Windows color (decimal): -12091592 or 3702599. OLE color: 3702599.
HSL color Cylindrical-coordinate representation of color #477F38: hue angle of 107.32º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #477F38 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 56 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.50 |
| HSL | 107.32º | 0.39% | 0.36% | - |
| HSV(B) | 107.32º | 0.56% | 0.5% | - |
| XYZ | 10.9 | 16.8 | 6.41 | - |
| YUV | 102.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 56 | 0.44 | 0 | 0.56 | 0.50 | 107.32 | 0.39 | 0.36 |
| Hex | 47 | 7F | 38 | 2C | 0 | 38 | 32 | 6B | 27 | 24 |
| Octal | 107 | 177 | 70 | 54 | 0 | 70 | 62 | 153 | 47 | 44 |
| Binary | 1000111 | 1111111 | 111000 | 101100 | 0 | 111000 | 110010 | 1101011 | 100111 | 100100 |
Color Harmonies of #477F38
Complementary color
Monochromatic Colors of #477F38
Black with #477F38
Text Example
Text Example
White with #477F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F38; }
p { color: rgb(71,127,56); }
H1.HeaderClassName
{
color: #477F38;
}
.AnyTagClassName
{
color: #477F38;
}
</style>
background-color css
<style>
a { background-color: #477F38; }
a { background-color: rgb(71,127,56); }
div.DivClassName
{
background-color: #477F38;
}
.BgClassName
{
background-color: #477F38;
}
</style>
border-color css
<style>
span { border-color: #477F38; }
span { border-color: rgb(71,127,56); }
td.TdClassName
{
border-color: #477F38;
}
.TagClassName
{
border-color: #477F38;
}
</style>