Shades of Fern Green #4E8040
Tints of Fern Green #4E8040
RGB
CMYK
RGB Variations
Color information
#4E8040 (or 0x4E8040) is known color: Fern Green. HEX triplet: 4E, 80 and 40. RGB value is (78,128,64). Sum of RGB (Red+Green+Blue) = 78+128+64=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #4E8040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8040 is #B17FBF. Grayscale: #696969. Windows color (decimal): -11632576 or 4227150. OLE color: 4227150.
HSL color Cylindrical-coordinate representation of color #4E8040: hue angle of 106.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E8040 is Cyan = 0.39, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 128 | 64 | - |
| CMYK | 0.39 | 0 | 0.5 | 0.50 |
| HSL | 106.88º | 0.33% | 0.38% | - |
| HSV(B) | 106.88º | 0.5% | 0.5% | - |
| XYZ | 11.79 | 17.43 | 7.59 | - |
| YUV | 105.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 64 | 0.39 | 0 | 0.5 | 0.50 | 106.88 | 0.33 | 0.38 |
| Hex | 4E | 80 | 40 | 27 | 0 | 32 | 32 | 6B | 21 | 26 |
| Octal | 116 | 200 | 100 | 47 | 0 | 62 | 62 | 153 | 41 | 46 |
| Binary | 1001110 | 10000000 | 1000000 | 100111 | 0 | 110010 | 110010 | 1101011 | 100001 | 100110 |
Color Harmonies of #4E8040
Complementary color
Monochromatic Colors of #4E8040
Black with #4E8040
Text Example
Text Example
White with #4E8040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8040; }
p { color: rgb(78,128,64); }
H1.HeaderClassName
{
color: #4E8040;
}
.AnyTagClassName
{
color: #4E8040;
}
</style>
background-color css
<style>
a { background-color: #4E8040; }
a { background-color: rgb(78,128,64); }
div.DivClassName
{
background-color: #4E8040;
}
.BgClassName
{
background-color: #4E8040;
}
</style>
border-color css
<style>
span { border-color: #4E8040; }
span { border-color: rgb(78,128,64); }
td.TdClassName
{
border-color: #4E8040;
}
.TagClassName
{
border-color: #4E8040;
}
</style>