Shades of Fern Green #4E8C49
Tints of Fern Green #4E8C49
RGB
CMYK
RGB Variations
Color information
#4E8C49 (or 0x4E8C49) is known color: Fern Green. HEX triplet: 4E, 8C and 49. RGB value is (78,140,73). Sum of RGB (Red+Green+Blue) = 78+140+73=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #4E8C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8C49 is #B173B6. Grayscale: #727272. Windows color (decimal): -11629495 or 4820046. OLE color: 4820046.
HSL color Cylindrical-coordinate representation of color #4E8C49: hue angle of 115.52º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E8C49 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 140 | 73 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.45 |
| HSL | 115.52º | 0.31% | 0.42% | - |
| HSV(B) | 115.52º | 0.48% | 0.55% | - |
| XYZ | 13.72 | 20.86 | 9.61 | - |
| YUV | 113.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 73 | 0.44 | 0 | 0.48 | 0.45 | 115.52 | 0.31 | 0.42 |
| Hex | 4E | 8C | 49 | 2C | 0 | 30 | 2D | 74 | 1F | 2A |
| Octal | 116 | 214 | 111 | 54 | 0 | 60 | 55 | 164 | 37 | 52 |
| Binary | 1001110 | 10001100 | 1001001 | 101100 | 0 | 110000 | 101101 | 1110100 | 11111 | 101010 |
Color Harmonies of #4E8C49
Complementary color
Monochromatic Colors of #4E8C49
Black with #4E8C49
Text Example
Text Example
White with #4E8C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8C49; }
p { color: rgb(78,140,73); }
H1.HeaderClassName
{
color: #4E8C49;
}
.AnyTagClassName
{
color: #4E8C49;
}
</style>
background-color css
<style>
a { background-color: #4E8C49; }
a { background-color: rgb(78,140,73); }
div.DivClassName
{
background-color: #4E8C49;
}
.BgClassName
{
background-color: #4E8C49;
}
</style>
border-color css
<style>
span { border-color: #4E8C49; }
span { border-color: rgb(78,140,73); }
td.TdClassName
{
border-color: #4E8C49;
}
.TagClassName
{
border-color: #4E8C49;
}
</style>