Shades of Fern Green #4C7444
Tints of Fern Green #4C7444
RGB
CMYK
RGB Variations
Color information
#4C7444 (or 0x4C7444) is known color: Fern Green. HEX triplet: 4C, 74 and 44. RGB value is (76,116,68). Sum of RGB (Red+Green+Blue) = 76+116+68=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7444 is #B38BBB. Grayscale: #626262. Windows color (decimal): -11766716 or 4486220. OLE color: 4486220.
HSL color Cylindrical-coordinate representation of color #4C7444: hue angle of 110º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C7444 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 68 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.55 |
| HSL | 110º | 0.26% | 0.36% | - |
| HSV(B) | 110º | 0.41% | 0.45% | - |
| XYZ | 10.27 | 14.44 | 7.72 | - |
| YUV | 98.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 68 | 0.34 | 0 | 0.41 | 0.55 | 110 | 0.26 | 0.36 |
| Hex | 4C | 74 | 44 | 22 | 0 | 29 | 37 | 6E | 1A | 24 |
| Octal | 114 | 164 | 104 | 42 | 0 | 51 | 67 | 156 | 32 | 44 |
| Binary | 1001100 | 1110100 | 1000100 | 100010 | 0 | 101001 | 110111 | 1101110 | 11010 | 100100 |
Color Harmonies of #4C7444
Complementary color
Monochromatic Colors of #4C7444
Black with #4C7444
Text Example
Text Example
White with #4C7444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7444; }
p { color: rgb(76,116,68); }
H1.HeaderClassName
{
color: #4C7444;
}
.AnyTagClassName
{
color: #4C7444;
}
</style>
background-color css
<style>
a { background-color: #4C7444; }
a { background-color: rgb(76,116,68); }
div.DivClassName
{
background-color: #4C7444;
}
.BgClassName
{
background-color: #4C7444;
}
</style>
border-color css
<style>
span { border-color: #4C7444; }
span { border-color: rgb(76,116,68); }
td.TdClassName
{
border-color: #4C7444;
}
.TagClassName
{
border-color: #4C7444;
}
</style>