Shades of Fern Green #4C7447
Tints of Fern Green #4C7447
RGB
CMYK
RGB Variations
Color information
#4C7447 (or 0x4C7447) is known color: Fern Green. HEX triplet: 4C, 74 and 47. RGB value is (76,116,71). Sum of RGB (Red+Green+Blue) = 76+116+71=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7447 is #B38BB8. Grayscale: #636363. Windows color (decimal): -11766713 or 4682828. OLE color: 4682828.
HSL color Cylindrical-coordinate representation of color #4C7447: hue angle of 113.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C7447 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 71 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.55 |
| HSL | 113.33º | 0.24% | 0.37% | - |
| HSV(B) | 113.33º | 0.39% | 0.45% | - |
| XYZ | 10.36 | 14.48 | 8.21 | - |
| YUV | 98.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 71 | 0.34 | 0 | 0.39 | 0.55 | 113.33 | 0.24 | 0.37 |
| Hex | 4C | 74 | 47 | 22 | 0 | 27 | 37 | 71 | 18 | 25 |
| Octal | 114 | 164 | 107 | 42 | 0 | 47 | 67 | 161 | 30 | 45 |
| Binary | 1001100 | 1110100 | 1000111 | 100010 | 0 | 100111 | 110111 | 1110001 | 11000 | 100101 |
Color Harmonies of #4C7447
Complementary color
Monochromatic Colors of #4C7447
Black with #4C7447
Text Example
Text Example
White with #4C7447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7447; }
p { color: rgb(76,116,71); }
H1.HeaderClassName
{
color: #4C7447;
}
.AnyTagClassName
{
color: #4C7447;
}
</style>
background-color css
<style>
a { background-color: #4C7447; }
a { background-color: rgb(76,116,71); }
div.DivClassName
{
background-color: #4C7447;
}
.BgClassName
{
background-color: #4C7447;
}
</style>
border-color css
<style>
span { border-color: #4C7447; }
span { border-color: rgb(76,116,71); }
td.TdClassName
{
border-color: #4C7447;
}
.TagClassName
{
border-color: #4C7447;
}
</style>