Shades of Fern Green #4C7346
Tints of Fern Green #4C7346
RGB
CMYK
RGB Variations
Color information
#4C7346 (or 0x4C7346) is known color: Fern Green. HEX triplet: 4C, 73 and 46. RGB value is (76,115,70). Sum of RGB (Red+Green+Blue) = 76+115+70=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7346 is #B38CB9. Grayscale: #626262. Windows color (decimal): -11766970 or 4617036. OLE color: 4617036.
HSL color Cylindrical-coordinate representation of color #4C7346: hue angle of 112º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C7346 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 70 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.55 |
| HSL | 112º | 0.24% | 0.36% | - |
| HSV(B) | 112º | 0.39% | 0.45% | - |
| XYZ | 10.22 | 14.24 | 8 | - |
| YUV | 98.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 70 | 0.34 | 0 | 0.39 | 0.55 | 112 | 0.24 | 0.36 |
| Hex | 4C | 73 | 46 | 22 | 0 | 27 | 37 | 70 | 18 | 24 |
| Octal | 114 | 163 | 106 | 42 | 0 | 47 | 67 | 160 | 30 | 44 |
| Binary | 1001100 | 1110011 | 1000110 | 100010 | 0 | 100111 | 110111 | 1110000 | 11000 | 100100 |
Color Harmonies of #4C7346
Complementary color
Monochromatic Colors of #4C7346
Black with #4C7346
Text Example
Text Example
White with #4C7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7346; }
p { color: rgb(76,115,70); }
H1.HeaderClassName
{
color: #4C7346;
}
.AnyTagClassName
{
color: #4C7346;
}
</style>
background-color css
<style>
a { background-color: #4C7346; }
a { background-color: rgb(76,115,70); }
div.DivClassName
{
background-color: #4C7346;
}
.BgClassName
{
background-color: #4C7346;
}
</style>
border-color css
<style>
span { border-color: #4C7346; }
span { border-color: rgb(76,115,70); }
td.TdClassName
{
border-color: #4C7346;
}
.TagClassName
{
border-color: #4C7346;
}
</style>