Shades of Fern Green #4E7140
Tints of Fern Green #4E7140
RGB
CMYK
RGB Variations
Color information
#4E7140 (or 0x4E7140) is known color: Fern Green. HEX triplet: 4E, 71 and 40. RGB value is (78,113,64). Sum of RGB (Red+Green+Blue) = 78+113+64=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #4E7140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7140 is #B18EBF. Grayscale: #616161. Windows color (decimal): -11636416 or 4223310. OLE color: 4223310.
HSL color Cylindrical-coordinate representation of color #4E7140: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E7140 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 64 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.56 |
| HSL | 102.86º | 0.28% | 0.35% | - |
| HSV(B) | 102.86º | 0.43% | 0.44% | - |
| XYZ | 9.97 | 13.8 | 6.99 | - |
| YUV | 96.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 64 | 0.31 | 0 | 0.43 | 0.56 | 102.86 | 0.28 | 0.35 |
| Hex | 4E | 71 | 40 | 1F | 0 | 2B | 38 | 67 | 1C | 23 |
| Octal | 116 | 161 | 100 | 37 | 0 | 53 | 70 | 147 | 34 | 43 |
| Binary | 1001110 | 1110001 | 1000000 | 11111 | 0 | 101011 | 111000 | 1100111 | 11100 | 100011 |
Color Harmonies of #4E7140
Complementary color
Monochromatic Colors of #4E7140
Black with #4E7140
Text Example
Text Example
White with #4E7140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7140; }
p { color: rgb(78,113,64); }
H1.HeaderClassName
{
color: #4E7140;
}
.AnyTagClassName
{
color: #4E7140;
}
</style>
background-color css
<style>
a { background-color: #4E7140; }
a { background-color: rgb(78,113,64); }
div.DivClassName
{
background-color: #4E7140;
}
.BgClassName
{
background-color: #4E7140;
}
</style>
border-color css
<style>
span { border-color: #4E7140; }
span { border-color: rgb(78,113,64); }
td.TdClassName
{
border-color: #4E7140;
}
.TagClassName
{
border-color: #4E7140;
}
</style>