Shades of Fern Green #4C8349
Tints of Fern Green #4C8349
RGB
CMYK
RGB Variations
Color information
#4C8349 (or 0x4C8349) is known color: Fern Green. HEX triplet: 4C, 83 and 49. RGB value is (76,131,73). Sum of RGB (Red+Green+Blue) = 76+131+73=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #4C8349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8349 is #B37CB6. Grayscale: #6C6C6C. Windows color (decimal): -11762871 or 4817740. OLE color: 4817740.
HSL color Cylindrical-coordinate representation of color #4C8349: hue angle of 116.9º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C8349 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 131 | 73 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.49 |
| HSL | 116.9º | 0.28% | 0.4% | - |
| HSV(B) | 116.9º | 0.44% | 0.51% | - |
| XYZ | 12.3 | 18.25 | 9.18 | - |
| YUV | 107.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 131 | 73 | 0.42 | 0 | 0.44 | 0.49 | 116.9 | 0.28 | 0.4 |
| Hex | 4C | 83 | 49 | 2A | 0 | 2C | 31 | 75 | 1C | 28 |
| Octal | 114 | 203 | 111 | 52 | 0 | 54 | 61 | 165 | 34 | 50 |
| Binary | 1001100 | 10000011 | 1001001 | 101010 | 0 | 101100 | 110001 | 1110101 | 11100 | 101000 |
Color Harmonies of #4C8349
Complementary color
Monochromatic Colors of #4C8349
Black with #4C8349
Text Example
Text Example
White with #4C8349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8349; }
p { color: rgb(76,131,73); }
H1.HeaderClassName
{
color: #4C8349;
}
.AnyTagClassName
{
color: #4C8349;
}
</style>
background-color css
<style>
a { background-color: #4C8349; }
a { background-color: rgb(76,131,73); }
div.DivClassName
{
background-color: #4C8349;
}
.BgClassName
{
background-color: #4C8349;
}
</style>
border-color css
<style>
span { border-color: #4C8349; }
span { border-color: rgb(76,131,73); }
td.TdClassName
{
border-color: #4C8349;
}
.TagClassName
{
border-color: #4C8349;
}
</style>