Shades of Fern Green #4C8849
Tints of Fern Green #4C8849
RGB
CMYK
RGB Variations
Color information
#4C8849 (or 0x4C8849) is known color: Fern Green. HEX triplet: 4C, 88 and 49. RGB value is (76,136,73). Sum of RGB (Red+Green+Blue) = 76+136+73=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #4C8849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8849 is #B377B6. Grayscale: #6F6F6F. Windows color (decimal): -11761591 or 4819020. OLE color: 4819020.
HSL color Cylindrical-coordinate representation of color #4C8849: hue angle of 117.14º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8849 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 73 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.47 |
| HSL | 117.14º | 0.3% | 0.41% | - |
| HSV(B) | 117.14º | 0.46% | 0.53% | - |
| XYZ | 12.99 | 19.63 | 9.41 | - |
| YUV | 110.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 73 | 0.44 | 0 | 0.46 | 0.47 | 117.14 | 0.3 | 0.41 |
| Hex | 4C | 88 | 49 | 2C | 0 | 2E | 2F | 75 | 1E | 29 |
| Octal | 114 | 210 | 111 | 54 | 0 | 56 | 57 | 165 | 36 | 51 |
| Binary | 1001100 | 10001000 | 1001001 | 101100 | 0 | 101110 | 101111 | 1110101 | 11110 | 101001 |
Color Harmonies of #4C8849
Complementary color
Monochromatic Colors of #4C8849
Black with #4C8849
Text Example
Text Example
White with #4C8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8849; }
p { color: rgb(76,136,73); }
H1.HeaderClassName
{
color: #4C8849;
}
.AnyTagClassName
{
color: #4C8849;
}
</style>
background-color css
<style>
a { background-color: #4C8849; }
a { background-color: rgb(76,136,73); }
div.DivClassName
{
background-color: #4C8849;
}
.BgClassName
{
background-color: #4C8849;
}
</style>
border-color css
<style>
span { border-color: #4C8849; }
span { border-color: rgb(76,136,73); }
td.TdClassName
{
border-color: #4C8849;
}
.TagClassName
{
border-color: #4C8849;
}
</style>