Shades of Fern Green #4E703C
Tints of Fern Green #4E703C
RGB
CMYK
RGB Variations
Color information
#4E703C (or 0x4E703C) is known color: Fern Green. HEX triplet: 4E, 70 and 3C. RGB value is (78,112,60). Sum of RGB (Red+Green+Blue) = 78+112+60=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #4E703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E703C is #B18FC3. Grayscale: #606060. Windows color (decimal): -11636676 or 3960910. OLE color: 3960910.
HSL color Cylindrical-coordinate representation of color #4E703C: hue angle of 99.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E703C is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 112 | 60 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.56 |
| HSL | 99.23º | 0.3% | 0.34% | - |
| HSV(B) | 99.23º | 0.46% | 0.44% | - |
| XYZ | 9.75 | 13.53 | 6.37 | - |
| YUV | 95.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 60 | 0.30 | 0 | 0.46 | 0.56 | 99.23 | 0.3 | 0.34 |
| Hex | 4E | 70 | 3C | 1E | 0 | 2E | 38 | 63 | 1E | 22 |
| Octal | 116 | 160 | 74 | 36 | 0 | 56 | 70 | 143 | 36 | 42 |
| Binary | 1001110 | 1110000 | 111100 | 11110 | 0 | 101110 | 111000 | 1100011 | 11110 | 100010 |
Color Harmonies of #4E703C
Complementary color
Monochromatic Colors of #4E703C
Black with #4E703C
Text Example
Text Example
White with #4E703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E703C; }
p { color: rgb(78,112,60); }
H1.HeaderClassName
{
color: #4E703C;
}
.AnyTagClassName
{
color: #4E703C;
}
</style>
background-color css
<style>
a { background-color: #4E703C; }
a { background-color: rgb(78,112,60); }
div.DivClassName
{
background-color: #4E703C;
}
.BgClassName
{
background-color: #4E703C;
}
</style>
border-color css
<style>
span { border-color: #4E703C; }
span { border-color: rgb(78,112,60); }
td.TdClassName
{
border-color: #4E703C;
}
.TagClassName
{
border-color: #4E703C;
}
</style>