Shades of Fern Green #4C8740
Tints of Fern Green #4C8740
RGB
CMYK
RGB Variations
Color information
#4C8740 (or 0x4C8740) is known color: Fern Green. HEX triplet: 4C, 87 and 40. RGB value is (76,135,64). Sum of RGB (Red+Green+Blue) = 76+135+64=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #4C8740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8740 is #B378BF. Grayscale: #6D6D6D. Windows color (decimal): -11761856 or 4228940. OLE color: 4228940.
HSL color Cylindrical-coordinate representation of color #4C8740: hue angle of 109.86º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C8740 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 135 | 64 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.47 |
| HSL | 109.86º | 0.36% | 0.39% | - |
| HSV(B) | 109.86º | 0.53% | 0.53% | - |
| XYZ | 12.57 | 19.23 | 7.9 | - |
| YUV | 109.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 135 | 64 | 0.44 | 0 | 0.53 | 0.47 | 109.86 | 0.36 | 0.39 |
| Hex | 4C | 87 | 40 | 2C | 0 | 35 | 2F | 6E | 24 | 27 |
| Octal | 114 | 207 | 100 | 54 | 0 | 65 | 57 | 156 | 44 | 47 |
| Binary | 1001100 | 10000111 | 1000000 | 101100 | 0 | 110101 | 101111 | 1101110 | 100100 | 100111 |
Color Harmonies of #4C8740
Complementary color
Monochromatic Colors of #4C8740
Black with #4C8740
Text Example
Text Example
White with #4C8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8740; }
p { color: rgb(76,135,64); }
H1.HeaderClassName
{
color: #4C8740;
}
.AnyTagClassName
{
color: #4C8740;
}
</style>
background-color css
<style>
a { background-color: #4C8740; }
a { background-color: rgb(76,135,64); }
div.DivClassName
{
background-color: #4C8740;
}
.BgClassName
{
background-color: #4C8740;
}
</style>
border-color css
<style>
span { border-color: #4C8740; }
span { border-color: rgb(76,135,64); }
td.TdClassName
{
border-color: #4C8740;
}
.TagClassName
{
border-color: #4C8740;
}
</style>