Shades of Fern Green #4E764A
Tints of Fern Green #4E764A
RGB
CMYK
RGB Variations
Color information
#4E764A (or 0x4E764A) is known color: Fern Green. HEX triplet: 4E, 76 and 4A. RGB value is (78,118,74). Sum of RGB (Red+Green+Blue) = 78+118+74=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #4E764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E764A is #B189B5. Grayscale: #656565. Windows color (decimal): -11635126 or 4879950. OLE color: 4879950.
HSL color Cylindrical-coordinate representation of color #4E764A: hue angle of 114.55º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E764A is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 118 | 74 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.54 |
| HSL | 114.55º | 0.23% | 0.38% | - |
| HSV(B) | 114.55º | 0.37% | 0.46% | - |
| XYZ | 10.86 | 15.07 | 8.82 | - |
| YUV | 101.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 74 | 0.34 | 0 | 0.37 | 0.54 | 114.55 | 0.23 | 0.38 |
| Hex | 4E | 76 | 4A | 22 | 0 | 25 | 36 | 73 | 17 | 26 |
| Octal | 116 | 166 | 112 | 42 | 0 | 45 | 66 | 163 | 27 | 46 |
| Binary | 1001110 | 1110110 | 1001010 | 100010 | 0 | 100101 | 110110 | 1110011 | 10111 | 100110 |
Color Harmonies of #4E764A
Complementary color
Monochromatic Colors of #4E764A
Black with #4E764A
Text Example
Text Example
White with #4E764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E764A; }
p { color: rgb(78,118,74); }
H1.HeaderClassName
{
color: #4E764A;
}
.AnyTagClassName
{
color: #4E764A;
}
</style>
background-color css
<style>
a { background-color: #4E764A; }
a { background-color: rgb(78,118,74); }
div.DivClassName
{
background-color: #4E764A;
}
.BgClassName
{
background-color: #4E764A;
}
</style>
border-color css
<style>
span { border-color: #4E764A; }
span { border-color: rgb(78,118,74); }
td.TdClassName
{
border-color: #4E764A;
}
.TagClassName
{
border-color: #4E764A;
}
</style>