Shades of Fern Green #4E7848
Tints of Fern Green #4E7848
RGB
CMYK
RGB Variations
Color information
#4E7848 (or 0x4E7848) is known color: Fern Green. HEX triplet: 4E, 78 and 48. RGB value is (78,120,72). Sum of RGB (Red+Green+Blue) = 78+120+72=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #4E7848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7848 is #B187B7. Grayscale: #666666. Windows color (decimal): -11634616 or 4749390. OLE color: 4749390.
HSL color Cylindrical-coordinate representation of color #4E7848: hue angle of 112.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E7848 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 120 | 72 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.53 |
| HSL | 112.5º | 0.25% | 0.38% | - |
| HSV(B) | 112.5º | 0.4% | 0.47% | - |
| XYZ | 11.03 | 15.52 | 8.55 | - |
| YUV | 101.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 120 | 72 | 0.35 | 0 | 0.40 | 0.53 | 112.5 | 0.25 | 0.38 |
| Hex | 4E | 78 | 48 | 23 | 0 | 28 | 35 | 70 | 19 | 26 |
| Octal | 116 | 170 | 110 | 43 | 0 | 50 | 65 | 160 | 31 | 46 |
| Binary | 1001110 | 1111000 | 1001000 | 100011 | 0 | 101000 | 110101 | 1110000 | 11001 | 100110 |
Color Harmonies of #4E7848
Complementary color
Monochromatic Colors of #4E7848
Black with #4E7848
Text Example
Text Example
White with #4E7848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7848; }
p { color: rgb(78,120,72); }
H1.HeaderClassName
{
color: #4E7848;
}
.AnyTagClassName
{
color: #4E7848;
}
</style>
background-color css
<style>
a { background-color: #4E7848; }
a { background-color: rgb(78,120,72); }
div.DivClassName
{
background-color: #4E7848;
}
.BgClassName
{
background-color: #4E7848;
}
</style>
border-color css
<style>
span { border-color: #4E7848; }
span { border-color: rgb(78,120,72); }
td.TdClassName
{
border-color: #4E7848;
}
.TagClassName
{
border-color: #4E7848;
}
</style>