Shades of Fern Green #4C8340
Tints of Fern Green #4C8340
RGB
CMYK
RGB Variations
Color information
#4C8340 (or 0x4C8340) is known color: Fern Green. HEX triplet: 4C, 83 and 40. RGB value is (76,131,64). Sum of RGB (Red+Green+Blue) = 76+131+64=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #4C8340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8340 is #B37CBF. Grayscale: #6B6B6B. Windows color (decimal): -11762880 or 4227916. OLE color: 4227916.
HSL color Cylindrical-coordinate representation of color #4C8340: hue angle of 109.25º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C8340 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 131 | 64 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.49 |
| HSL | 109.25º | 0.34% | 0.38% | - |
| HSV(B) | 109.25º | 0.51% | 0.51% | - |
| XYZ | 12.02 | 18.14 | 7.72 | - |
| YUV | 106.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 131 | 64 | 0.42 | 0 | 0.51 | 0.49 | 109.25 | 0.34 | 0.38 |
| Hex | 4C | 83 | 40 | 2A | 0 | 33 | 31 | 6D | 22 | 26 |
| Octal | 114 | 203 | 100 | 52 | 0 | 63 | 61 | 155 | 42 | 46 |
| Binary | 1001100 | 10000011 | 1000000 | 101010 | 0 | 110011 | 110001 | 1101101 | 100010 | 100110 |
Color Harmonies of #4C8340
Complementary color
Monochromatic Colors of #4C8340
Black with #4C8340
Text Example
Text Example
White with #4C8340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8340; }
p { color: rgb(76,131,64); }
H1.HeaderClassName
{
color: #4C8340;
}
.AnyTagClassName
{
color: #4C8340;
}
</style>
background-color css
<style>
a { background-color: #4C8340; }
a { background-color: rgb(76,131,64); }
div.DivClassName
{
background-color: #4C8340;
}
.BgClassName
{
background-color: #4C8340;
}
</style>
border-color css
<style>
span { border-color: #4C8340; }
span { border-color: rgb(76,131,64); }
td.TdClassName
{
border-color: #4C8340;
}
.TagClassName
{
border-color: #4C8340;
}
</style>