Shades of Fern Green #4E7D47
Tints of Fern Green #4E7D47
RGB
CMYK
RGB Variations
Color information
#4E7D47 (or 0x4E7D47) is known color: Fern Green. HEX triplet: 4E, 7D and 47. RGB value is (78,125,71). Sum of RGB (Red+Green+Blue) = 78+125+71=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #4E7D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7D47 is #B182B8. Grayscale: #686868. Windows color (decimal): -11633337 or 4685134. OLE color: 4685134.
HSL color Cylindrical-coordinate representation of color #4E7D47: hue angle of 112.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E7D47 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 125 | 71 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.51 |
| HSL | 112.22º | 0.28% | 0.38% | - |
| HSV(B) | 112.22º | 0.43% | 0.49% | - |
| XYZ | 11.61 | 16.74 | 8.58 | - |
| YUV | 104.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 71 | 0.38 | 0 | 0.43 | 0.51 | 112.22 | 0.28 | 0.38 |
| Hex | 4E | 7D | 47 | 26 | 0 | 2B | 33 | 70 | 1C | 26 |
| Octal | 116 | 175 | 107 | 46 | 0 | 53 | 63 | 160 | 34 | 46 |
| Binary | 1001110 | 1111101 | 1000111 | 100110 | 0 | 101011 | 110011 | 1110000 | 11100 | 100110 |
Color Harmonies of #4E7D47
Complementary color
Monochromatic Colors of #4E7D47
Black with #4E7D47
Text Example
Text Example
White with #4E7D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7D47; }
p { color: rgb(78,125,71); }
H1.HeaderClassName
{
color: #4E7D47;
}
.AnyTagClassName
{
color: #4E7D47;
}
</style>
background-color css
<style>
a { background-color: #4E7D47; }
a { background-color: rgb(78,125,71); }
div.DivClassName
{
background-color: #4E7D47;
}
.BgClassName
{
background-color: #4E7D47;
}
</style>
border-color css
<style>
span { border-color: #4E7D47; }
span { border-color: rgb(78,125,71); }
td.TdClassName
{
border-color: #4E7D47;
}
.TagClassName
{
border-color: #4E7D47;
}
</style>