Shades of Fern Green #4E714B
Tints of Fern Green #4E714B
RGB
CMYK
RGB Variations
Color information
#4E714B (or 0x4E714B) is known color: Fern Green. HEX triplet: 4E, 71 and 4B. RGB value is (78,113,75). Sum of RGB (Red+Green+Blue) = 78+113+75=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #4E714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E714B is #B18EB4. Grayscale: #626262. Windows color (decimal): -11636405 or 4944206. OLE color: 4944206.
HSL color Cylindrical-coordinate representation of color #4E714B: hue angle of 115.26º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E714B is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 75 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.56 |
| HSL | 115.26º | 0.2% | 0.37% | - |
| HSV(B) | 115.26º | 0.34% | 0.44% | - |
| XYZ | 10.32 | 13.94 | 8.8 | - |
| YUV | 98.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 75 | 0.31 | 0 | 0.34 | 0.56 | 115.26 | 0.2 | 0.37 |
| Hex | 4E | 71 | 4B | 1F | 0 | 22 | 38 | 73 | 14 | 25 |
| Octal | 116 | 161 | 113 | 37 | 0 | 42 | 70 | 163 | 24 | 45 |
| Binary | 1001110 | 1110001 | 1001011 | 11111 | 0 | 100010 | 111000 | 1110011 | 10100 | 100101 |
Color Harmonies of #4E714B
Complementary color
Monochromatic Colors of #4E714B
Black with #4E714B
Text Example
Text Example
White with #4E714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E714B; }
p { color: rgb(78,113,75); }
H1.HeaderClassName
{
color: #4E714B;
}
.AnyTagClassName
{
color: #4E714B;
}
</style>
background-color css
<style>
a { background-color: #4E714B; }
a { background-color: rgb(78,113,75); }
div.DivClassName
{
background-color: #4E714B;
}
.BgClassName
{
background-color: #4E714B;
}
</style>
border-color css
<style>
span { border-color: #4E714B; }
span { border-color: rgb(78,113,75); }
td.TdClassName
{
border-color: #4E714B;
}
.TagClassName
{
border-color: #4E714B;
}
</style>