Shades of Fern Green #4C8949
Tints of Fern Green #4C8949
RGB
CMYK
RGB Variations
Color information
#4C8949 (or 0x4C8949) is known color: Fern Green. HEX triplet: 4C, 89 and 49. RGB value is (76,137,73). Sum of RGB (Red+Green+Blue) = 76+137+73=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #4C8949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8949 is #B376B6. Grayscale: #6F6F6F. Windows color (decimal): -11761335 or 4819276. OLE color: 4819276.
HSL color Cylindrical-coordinate representation of color #4C8949: hue angle of 117.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C8949 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 137 | 73 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.46 |
| HSL | 117.19º | 0.3% | 0.41% | - |
| HSV(B) | 117.19º | 0.47% | 0.54% | - |
| XYZ | 13.13 | 19.91 | 9.45 | - |
| YUV | 111.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 137 | 73 | 0.45 | 0 | 0.47 | 0.46 | 117.19 | 0.3 | 0.41 |
| Hex | 4C | 89 | 49 | 2D | 0 | 2F | 2E | 75 | 1E | 29 |
| Octal | 114 | 211 | 111 | 55 | 0 | 57 | 56 | 165 | 36 | 51 |
| Binary | 1001100 | 10001001 | 1001001 | 101101 | 0 | 101111 | 101110 | 1110101 | 11110 | 101001 |
Color Harmonies of #4C8949
Complementary color
Monochromatic Colors of #4C8949
Black with #4C8949
Text Example
Text Example
White with #4C8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8949; }
p { color: rgb(76,137,73); }
H1.HeaderClassName
{
color: #4C8949;
}
.AnyTagClassName
{
color: #4C8949;
}
</style>
background-color css
<style>
a { background-color: #4C8949; }
a { background-color: rgb(76,137,73); }
div.DivClassName
{
background-color: #4C8949;
}
.BgClassName
{
background-color: #4C8949;
}
</style>
border-color css
<style>
span { border-color: #4C8949; }
span { border-color: rgb(76,137,73); }
td.TdClassName
{
border-color: #4C8949;
}
.TagClassName
{
border-color: #4C8949;
}
</style>