Shades of Fern Green #4E724B
Tints of Fern Green #4E724B
RGB
CMYK
RGB Variations
Color information
#4E724B (or 0x4E724B) is known color: Fern Green. HEX triplet: 4E, 72 and 4B. RGB value is (78,114,75). Sum of RGB (Red+Green+Blue) = 78+114+75=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #4E724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E724B is #B18DB4. Grayscale: #626262. Windows color (decimal): -11636149 or 4944462. OLE color: 4944462.
HSL color Cylindrical-coordinate representation of color #4E724B: hue angle of 115.38º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E724B is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 75 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.55 |
| HSL | 115.38º | 0.21% | 0.37% | - |
| HSV(B) | 115.38º | 0.34% | 0.45% | - |
| XYZ | 10.43 | 14.16 | 8.84 | - |
| YUV | 98.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 75 | 0.32 | 0 | 0.34 | 0.55 | 115.38 | 0.21 | 0.37 |
| Hex | 4E | 72 | 4B | 20 | 0 | 22 | 37 | 73 | 15 | 25 |
| Octal | 116 | 162 | 113 | 40 | 0 | 42 | 67 | 163 | 25 | 45 |
| Binary | 1001110 | 1110010 | 1001011 | 100000 | 0 | 100010 | 110111 | 1110011 | 10101 | 100101 |
Color Harmonies of #4E724B
Complementary color
Monochromatic Colors of #4E724B
Black with #4E724B
Text Example
Text Example
White with #4E724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E724B; }
p { color: rgb(78,114,75); }
H1.HeaderClassName
{
color: #4E724B;
}
.AnyTagClassName
{
color: #4E724B;
}
</style>
background-color css
<style>
a { background-color: #4E724B; }
a { background-color: rgb(78,114,75); }
div.DivClassName
{
background-color: #4E724B;
}
.BgClassName
{
background-color: #4E724B;
}
</style>
border-color css
<style>
span { border-color: #4E724B; }
span { border-color: rgb(78,114,75); }
td.TdClassName
{
border-color: #4E724B;
}
.TagClassName
{
border-color: #4E724B;
}
</style>