Shades of Fern Green #4E7D35
Tints of Fern Green #4E7D35
RGB
CMYK
RGB Variations
Color information
#4E7D35 (or 0x4E7D35) is known color: Fern Green. HEX triplet: 4E, 7D and 35. RGB value is (78,125,53). Sum of RGB (Red+Green+Blue) = 78+125+53=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #4E7D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7D35 is #B182CA. Grayscale: #666666. Windows color (decimal): -11633355 or 3505486. OLE color: 3505486.
HSL color Cylindrical-coordinate representation of color #4E7D35: hue angle of 99.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E7D35 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 125 | 53 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.51 |
| HSL | 99.17º | 0.4% | 0.35% | - |
| HSV(B) | 99.17º | 0.58% | 0.49% | - |
| XYZ | 11.12 | 16.54 | 5.98 | - |
| YUV | 102.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 53 | 0.38 | 0 | 0.58 | 0.51 | 99.17 | 0.4 | 0.35 |
| Hex | 4E | 7D | 35 | 26 | 0 | 3A | 33 | 63 | 28 | 23 |
| Octal | 116 | 175 | 65 | 46 | 0 | 72 | 63 | 143 | 50 | 43 |
| Binary | 1001110 | 1111101 | 110101 | 100110 | 0 | 111010 | 110011 | 1100011 | 101000 | 100011 |
Color Harmonies of #4E7D35
Complementary color
Monochromatic Colors of #4E7D35
Black with #4E7D35
Text Example
Text Example
White with #4E7D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7D35; }
p { color: rgb(78,125,53); }
H1.HeaderClassName
{
color: #4E7D35;
}
.AnyTagClassName
{
color: #4E7D35;
}
</style>
background-color css
<style>
a { background-color: #4E7D35; }
a { background-color: rgb(78,125,53); }
div.DivClassName
{
background-color: #4E7D35;
}
.BgClassName
{
background-color: #4E7D35;
}
</style>
border-color css
<style>
span { border-color: #4E7D35; }
span { border-color: rgb(78,125,53); }
td.TdClassName
{
border-color: #4E7D35;
}
.TagClassName
{
border-color: #4E7D35;
}
</style>