Shades of Fern Green #4E713F
Tints of Fern Green #4E713F
RGB
CMYK
RGB Variations
Color information
#4E713F (or 0x4E713F) is known color: Fern Green. HEX triplet: 4E, 71 and 3F. RGB value is (78,113,63). Sum of RGB (Red+Green+Blue) = 78+113+63=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #4E713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E713F is #B18EC0. Grayscale: #616161. Windows color (decimal): -11636417 or 4157774. OLE color: 4157774.
HSL color Cylindrical-coordinate representation of color #4E713F: hue angle of 102º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E713F is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 63 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.56 |
| HSL | 102º | 0.28% | 0.35% | - |
| HSV(B) | 102º | 0.44% | 0.44% | - |
| XYZ | 9.94 | 13.79 | 6.84 | - |
| YUV | 96.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 63 | 0.31 | 0 | 0.44 | 0.56 | 102 | 0.28 | 0.35 |
| Hex | 4E | 71 | 3F | 1F | 0 | 2C | 38 | 66 | 1C | 23 |
| Octal | 116 | 161 | 77 | 37 | 0 | 54 | 70 | 146 | 34 | 43 |
| Binary | 1001110 | 1110001 | 111111 | 11111 | 0 | 101100 | 111000 | 1100110 | 11100 | 100011 |
Color Harmonies of #4E713F
Complementary color
Monochromatic Colors of #4E713F
Black with #4E713F
Text Example
Text Example
White with #4E713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E713F; }
p { color: rgb(78,113,63); }
H1.HeaderClassName
{
color: #4E713F;
}
.AnyTagClassName
{
color: #4E713F;
}
</style>
background-color css
<style>
a { background-color: #4E713F; }
a { background-color: rgb(78,113,63); }
div.DivClassName
{
background-color: #4E713F;
}
.BgClassName
{
background-color: #4E713F;
}
</style>
border-color css
<style>
span { border-color: #4E713F; }
span { border-color: rgb(78,113,63); }
td.TdClassName
{
border-color: #4E713F;
}
.TagClassName
{
border-color: #4E713F;
}
</style>