Shades of Fern Green #4C7546
Tints of Fern Green #4C7546
RGB
CMYK
RGB Variations
Color information
#4C7546 (or 0x4C7546) is known color: Fern Green. HEX triplet: 4C, 75 and 46. RGB value is (76,117,70). Sum of RGB (Red+Green+Blue) = 76+117+70=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7546 is #B38AB9. Grayscale: #636363. Windows color (decimal): -11766458 or 4617548. OLE color: 4617548.
HSL color Cylindrical-coordinate representation of color #4C7546: hue angle of 112.34º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7546 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 117 | 70 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.54 |
| HSL | 112.34º | 0.25% | 0.37% | - |
| HSV(B) | 112.34º | 0.4% | 0.46% | - |
| XYZ | 10.45 | 14.7 | 8.08 | - |
| YUV | 99.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 70 | 0.35 | 0 | 0.40 | 0.54 | 112.34 | 0.25 | 0.37 |
| Hex | 4C | 75 | 46 | 23 | 0 | 28 | 36 | 70 | 19 | 25 |
| Octal | 114 | 165 | 106 | 43 | 0 | 50 | 66 | 160 | 31 | 45 |
| Binary | 1001100 | 1110101 | 1000110 | 100011 | 0 | 101000 | 110110 | 1110000 | 11001 | 100101 |
Color Harmonies of #4C7546
Complementary color
Monochromatic Colors of #4C7546
Black with #4C7546
Text Example
Text Example
White with #4C7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7546; }
p { color: rgb(76,117,70); }
H1.HeaderClassName
{
color: #4C7546;
}
.AnyTagClassName
{
color: #4C7546;
}
</style>
background-color css
<style>
a { background-color: #4C7546; }
a { background-color: rgb(76,117,70); }
div.DivClassName
{
background-color: #4C7546;
}
.BgClassName
{
background-color: #4C7546;
}
</style>
border-color css
<style>
span { border-color: #4C7546; }
span { border-color: rgb(76,117,70); }
td.TdClassName
{
border-color: #4C7546;
}
.TagClassName
{
border-color: #4C7546;
}
</style>