Shades of Fern Green #4C8546
Tints of Fern Green #4C8546
RGB
CMYK
RGB Variations
Color information
#4C8546 (or 0x4C8546) is known color: Fern Green. HEX triplet: 4C, 85 and 46. RGB value is (76,133,70). Sum of RGB (Red+Green+Blue) = 76+133+70=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8546 is #B37AB9. Grayscale: #6C6C6C. Windows color (decimal): -11762362 or 4621644. OLE color: 4621644.
HSL color Cylindrical-coordinate representation of color #4C8546: hue angle of 114.29º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C8546 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 70 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.48 |
| HSL | 114.29º | 0.31% | 0.4% | - |
| HSV(B) | 114.29º | 0.47% | 0.52% | - |
| XYZ | 12.47 | 18.75 | 8.76 | - |
| YUV | 108.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 70 | 0.43 | 0 | 0.47 | 0.48 | 114.29 | 0.31 | 0.4 |
| Hex | 4C | 85 | 46 | 2B | 0 | 2F | 30 | 72 | 1F | 28 |
| Octal | 114 | 205 | 106 | 53 | 0 | 57 | 60 | 162 | 37 | 50 |
| Binary | 1001100 | 10000101 | 1000110 | 101011 | 0 | 101111 | 110000 | 1110010 | 11111 | 101000 |
Color Harmonies of #4C8546
Complementary color
Monochromatic Colors of #4C8546
Black with #4C8546
Text Example
Text Example
White with #4C8546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8546; }
p { color: rgb(76,133,70); }
H1.HeaderClassName
{
color: #4C8546;
}
.AnyTagClassName
{
color: #4C8546;
}
</style>
background-color css
<style>
a { background-color: #4C8546; }
a { background-color: rgb(76,133,70); }
div.DivClassName
{
background-color: #4C8546;
}
.BgClassName
{
background-color: #4C8546;
}
</style>
border-color css
<style>
span { border-color: #4C8546; }
span { border-color: rgb(76,133,70); }
td.TdClassName
{
border-color: #4C8546;
}
.TagClassName
{
border-color: #4C8546;
}
</style>