Shades of Fern Green #4E8748
Tints of Fern Green #4E8748
RGB
CMYK
RGB Variations
Color information
#4E8748 (or 0x4E8748) is known color: Fern Green. HEX triplet: 4E, 87 and 48. RGB value is (78,135,72). Sum of RGB (Red+Green+Blue) = 78+135+72=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #4E8748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8748 is #B178B7. Grayscale: #6E6E6E. Windows color (decimal): -11630776 or 4753230. OLE color: 4753230.
HSL color Cylindrical-coordinate representation of color #4E8748: hue angle of 114.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E8748 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 135 | 72 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.47 |
| HSL | 114.29º | 0.3% | 0.41% | - |
| HSV(B) | 114.29º | 0.47% | 0.53% | - |
| XYZ | 12.98 | 19.42 | 9.19 | - |
| YUV | 110.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 135 | 72 | 0.42 | 0 | 0.47 | 0.47 | 114.29 | 0.3 | 0.41 |
| Hex | 4E | 87 | 48 | 2A | 0 | 2F | 2F | 72 | 1E | 29 |
| Octal | 116 | 207 | 110 | 52 | 0 | 57 | 57 | 162 | 36 | 51 |
| Binary | 1001110 | 10000111 | 1001000 | 101010 | 0 | 101111 | 101111 | 1110010 | 11110 | 101001 |
Color Harmonies of #4E8748
Complementary color
Monochromatic Colors of #4E8748
Black with #4E8748
Text Example
Text Example
White with #4E8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8748; }
p { color: rgb(78,135,72); }
H1.HeaderClassName
{
color: #4E8748;
}
.AnyTagClassName
{
color: #4E8748;
}
</style>
background-color css
<style>
a { background-color: #4E8748; }
a { background-color: rgb(78,135,72); }
div.DivClassName
{
background-color: #4E8748;
}
.BgClassName
{
background-color: #4E8748;
}
</style>
border-color css
<style>
span { border-color: #4E8748; }
span { border-color: rgb(78,135,72); }
td.TdClassName
{
border-color: #4E8748;
}
.TagClassName
{
border-color: #4E8748;
}
</style>