Shades of Fern Green #4E7B49
Tints of Fern Green #4E7B49
RGB
CMYK
RGB Variations
Color information
#4E7B49 (or 0x4E7B49) is known color: Fern Green. HEX triplet: 4E, 7B and 49. RGB value is (78,123,73). Sum of RGB (Red+Green+Blue) = 78+123+73=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #4E7B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7B49 is #B184B6. Grayscale: #686868. Windows color (decimal): -11633847 or 4815694. OLE color: 4815694.
HSL color Cylindrical-coordinate representation of color #4E7B49: hue angle of 114º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E7B49 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 123 | 73 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.52 |
| HSL | 114º | 0.26% | 0.38% | - |
| HSV(B) | 114º | 0.41% | 0.48% | - |
| XYZ | 11.43 | 16.27 | 8.84 | - |
| YUV | 103.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 73 | 0.37 | 0 | 0.41 | 0.52 | 114 | 0.26 | 0.38 |
| Hex | 4E | 7B | 49 | 25 | 0 | 29 | 34 | 72 | 1A | 26 |
| Octal | 116 | 173 | 111 | 45 | 0 | 51 | 64 | 162 | 32 | 46 |
| Binary | 1001110 | 1111011 | 1001001 | 100101 | 0 | 101001 | 110100 | 1110010 | 11010 | 100110 |
Color Harmonies of #4E7B49
Complementary color
Monochromatic Colors of #4E7B49
Black with #4E7B49
Text Example
Text Example
White with #4E7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7B49; }
p { color: rgb(78,123,73); }
H1.HeaderClassName
{
color: #4E7B49;
}
.AnyTagClassName
{
color: #4E7B49;
}
</style>
background-color css
<style>
a { background-color: #4E7B49; }
a { background-color: rgb(78,123,73); }
div.DivClassName
{
background-color: #4E7B49;
}
.BgClassName
{
background-color: #4E7B49;
}
</style>
border-color css
<style>
span { border-color: #4E7B49; }
span { border-color: rgb(78,123,73); }
td.TdClassName
{
border-color: #4E7B49;
}
.TagClassName
{
border-color: #4E7B49;
}
</style>