Shades of Fern Green #4E7A49
Tints of Fern Green #4E7A49
RGB
CMYK
RGB Variations
Color information
#4E7A49 (or 0x4E7A49) is known color: Fern Green. HEX triplet: 4E, 7A and 49. RGB value is (78,122,73). Sum of RGB (Red+Green+Blue) = 78+122+73=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #4E7A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7A49 is #B185B6. Grayscale: #676767. Windows color (decimal): -11634103 or 4815438. OLE color: 4815438.
HSL color Cylindrical-coordinate representation of color #4E7A49: hue angle of 113.88º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E7A49 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 122 | 73 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.52 |
| HSL | 113.88º | 0.25% | 0.38% | - |
| HSV(B) | 113.88º | 0.4% | 0.48% | - |
| XYZ | 11.3 | 16.02 | 8.8 | - |
| YUV | 103.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 122 | 73 | 0.36 | 0 | 0.40 | 0.52 | 113.88 | 0.25 | 0.38 |
| Hex | 4E | 7A | 49 | 24 | 0 | 28 | 34 | 72 | 19 | 26 |
| Octal | 116 | 172 | 111 | 44 | 0 | 50 | 64 | 162 | 31 | 46 |
| Binary | 1001110 | 1111010 | 1001001 | 100100 | 0 | 101000 | 110100 | 1110010 | 11001 | 100110 |
Color Harmonies of #4E7A49
Complementary color
Monochromatic Colors of #4E7A49
Black with #4E7A49
Text Example
Text Example
White with #4E7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7A49; }
p { color: rgb(78,122,73); }
H1.HeaderClassName
{
color: #4E7A49;
}
.AnyTagClassName
{
color: #4E7A49;
}
</style>
background-color css
<style>
a { background-color: #4E7A49; }
a { background-color: rgb(78,122,73); }
div.DivClassName
{
background-color: #4E7A49;
}
.BgClassName
{
background-color: #4E7A49;
}
</style>
border-color css
<style>
span { border-color: #4E7A49; }
span { border-color: rgb(78,122,73); }
td.TdClassName
{
border-color: #4E7A49;
}
.TagClassName
{
border-color: #4E7A49;
}
</style>