Shades of Fern Green #4C8A44
Tints of Fern Green #4C8A44
RGB
CMYK
RGB Variations
Color information
#4C8A44 (or 0x4C8A44) is known color: Fern Green. HEX triplet: 4C, 8A and 44. RGB value is (76,138,68). Sum of RGB (Red+Green+Blue) = 76+138+68=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #4C8A44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8A44 is #B375BB. Grayscale: #6F6F6F. Windows color (decimal): -11761084 or 4491852. OLE color: 4491852.
HSL color Cylindrical-coordinate representation of color #4C8A44: hue angle of 113.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C8A44 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 138 | 68 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.46 |
| HSL | 113.14º | 0.34% | 0.4% | - |
| HSV(B) | 113.14º | 0.51% | 0.54% | - |
| XYZ | 13.11 | 20.13 | 8.66 | - |
| YUV | 111.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 68 | 0.45 | 0 | 0.51 | 0.46 | 113.14 | 0.34 | 0.4 |
| Hex | 4C | 8A | 44 | 2D | 0 | 33 | 2E | 71 | 22 | 28 |
| Octal | 114 | 212 | 104 | 55 | 0 | 63 | 56 | 161 | 42 | 50 |
| Binary | 1001100 | 10001010 | 1000100 | 101101 | 0 | 110011 | 101110 | 1110001 | 100010 | 101000 |
Color Harmonies of #4C8A44
Complementary color
Monochromatic Colors of #4C8A44
Black with #4C8A44
Text Example
Text Example
White with #4C8A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8A44; }
p { color: rgb(76,138,68); }
H1.HeaderClassName
{
color: #4C8A44;
}
.AnyTagClassName
{
color: #4C8A44;
}
</style>
background-color css
<style>
a { background-color: #4C8A44; }
a { background-color: rgb(76,138,68); }
div.DivClassName
{
background-color: #4C8A44;
}
.BgClassName
{
background-color: #4C8A44;
}
</style>
border-color css
<style>
span { border-color: #4C8A44; }
span { border-color: rgb(76,138,68); }
td.TdClassName
{
border-color: #4C8A44;
}
.TagClassName
{
border-color: #4C8A44;
}
</style>