Shades of Fern Green #4E703D
Tints of Fern Green #4E703D
RGB
CMYK
RGB Variations
Color information
#4E703D (or 0x4E703D) is known color: Fern Green. HEX triplet: 4E, 70 and 3D. RGB value is (78,112,61). Sum of RGB (Red+Green+Blue) = 78+112+61=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #4E703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E703D is #B18FC2. Grayscale: #606060. Windows color (decimal): -11636675 or 4026446. OLE color: 4026446.
HSL color Cylindrical-coordinate representation of color #4E703D: hue angle of 100º degrees, saturation: 0.29, 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 #4E703D is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 112 | 61 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.56 |
| HSL | 100º | 0.29% | 0.34% | - |
| HSV(B) | 100º | 0.46% | 0.44% | - |
| XYZ | 9.78 | 13.54 | 6.51 | - |
| YUV | 96.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 61 | 0.30 | 0 | 0.46 | 0.56 | 100 | 0.29 | 0.34 |
| Hex | 4E | 70 | 3D | 1E | 0 | 2E | 38 | 64 | 1D | 22 |
| Octal | 116 | 160 | 75 | 36 | 0 | 56 | 70 | 144 | 35 | 42 |
| Binary | 1001110 | 1110000 | 111101 | 11110 | 0 | 101110 | 111000 | 1100100 | 11101 | 100010 |
Color Harmonies of #4E703D
Complementary color
Monochromatic Colors of #4E703D
Black with #4E703D
Text Example
Text Example
White with #4E703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E703D; }
p { color: rgb(78,112,61); }
H1.HeaderClassName
{
color: #4E703D;
}
.AnyTagClassName
{
color: #4E703D;
}
</style>
background-color css
<style>
a { background-color: #4E703D; }
a { background-color: rgb(78,112,61); }
div.DivClassName
{
background-color: #4E703D;
}
.BgClassName
{
background-color: #4E703D;
}
</style>
border-color css
<style>
span { border-color: #4E703D; }
span { border-color: rgb(78,112,61); }
td.TdClassName
{
border-color: #4E703D;
}
.TagClassName
{
border-color: #4E703D;
}
</style>