Shades of Fern Green #4E7948
Tints of Fern Green #4E7948
RGB
CMYK
RGB Variations
Color information
#4E7948 (or 0x4E7948) is known color: Fern Green. HEX triplet: 4E, 79 and 48. RGB value is (78,121,72). Sum of RGB (Red+Green+Blue) = 78+121+72=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #4E7948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7948 is #B186B7. Grayscale: #666666. Windows color (decimal): -11634360 or 4749646. OLE color: 4749646.
HSL color Cylindrical-coordinate representation of color #4E7948: hue angle of 112.65º 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 #4E7948 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 121 | 72 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.53 |
| HSL | 112.65º | 0.25% | 0.38% | - |
| HSV(B) | 112.65º | 0.4% | 0.47% | - |
| XYZ | 11.15 | 15.76 | 8.59 | - |
| YUV | 102.56 | 110.75 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 121 | 72 | 0.36 | 0 | 0.40 | 0.53 | 112.65 | 0.25 | 0.38 |
| Hex | 4E | 79 | 48 | 24 | 0 | 28 | 35 | 71 | 19 | 26 |
| Octal | 116 | 171 | 110 | 44 | 0 | 50 | 65 | 161 | 31 | 46 |
| Binary | 1001110 | 1111001 | 1001000 | 100100 | 0 | 101000 | 110101 | 1110001 | 11001 | 100110 |
Color Harmonies of #4E7948
Complementary color
Monochromatic Colors of #4E7948
Black with #4E7948
Text Example
Text Example
White with #4E7948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7948; }
p { color: rgb(78,121,72); }
H1.HeaderClassName
{
color: #4E7948;
}
.AnyTagClassName
{
color: #4E7948;
}
</style>
background-color css
<style>
a { background-color: #4E7948; }
a { background-color: rgb(78,121,72); }
div.DivClassName
{
background-color: #4E7948;
}
.BgClassName
{
background-color: #4E7948;
}
</style>
border-color css
<style>
span { border-color: #4E7948; }
span { border-color: rgb(78,121,72); }
td.TdClassName
{
border-color: #4E7948;
}
.TagClassName
{
border-color: #4E7948;
}
</style>