Shades of Fern Green #4E803F
Tints of Fern Green #4E803F
RGB
CMYK
RGB Variations
Color information
#4E803F (or 0x4E803F) is known color: Fern Green. HEX triplet: 4E, 80 and 3F. RGB value is (78,128,63). Sum of RGB (Red+Green+Blue) = 78+128+63=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #4E803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E803F is #B17FC0. Grayscale: #696969. Windows color (decimal): -11632577 or 4161614. OLE color: 4161614.
HSL color Cylindrical-coordinate representation of color #4E803F: hue angle of 106.15º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E803F is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 128 | 63 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.50 |
| HSL | 106.15º | 0.34% | 0.37% | - |
| HSV(B) | 106.15º | 0.51% | 0.5% | - |
| XYZ | 11.76 | 17.42 | 7.44 | - |
| YUV | 105.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 63 | 0.39 | 0 | 0.51 | 0.50 | 106.15 | 0.34 | 0.37 |
| Hex | 4E | 80 | 3F | 27 | 0 | 33 | 32 | 6A | 22 | 25 |
| Octal | 116 | 200 | 77 | 47 | 0 | 63 | 62 | 152 | 42 | 45 |
| Binary | 1001110 | 10000000 | 111111 | 100111 | 0 | 110011 | 110010 | 1101010 | 100010 | 100101 |
Color Harmonies of #4E803F
Complementary color
Monochromatic Colors of #4E803F
Black with #4E803F
Text Example
Text Example
White with #4E803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E803F; }
p { color: rgb(78,128,63); }
H1.HeaderClassName
{
color: #4E803F;
}
.AnyTagClassName
{
color: #4E803F;
}
</style>
background-color css
<style>
a { background-color: #4E803F; }
a { background-color: rgb(78,128,63); }
div.DivClassName
{
background-color: #4E803F;
}
.BgClassName
{
background-color: #4E803F;
}
</style>
border-color css
<style>
span { border-color: #4E803F; }
span { border-color: rgb(78,128,63); }
td.TdClassName
{
border-color: #4E803F;
}
.TagClassName
{
border-color: #4E803F;
}
</style>