Shades of Fern Green #4C8D48
Tints of Fern Green #4C8D48
RGB
CMYK
RGB Variations
Color information
#4C8D48 (or 0x4C8D48) is known color: Fern Green. HEX triplet: 4C, 8D and 48. RGB value is (76,141,72). Sum of RGB (Red+Green+Blue) = 76+141+72=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8D48 is #B372B7. Grayscale: #717171. Windows color (decimal): -11760312 or 4754764. OLE color: 4754764.
HSL color Cylindrical-coordinate representation of color #4C8D48: hue angle of 116.52º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C8D48 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 141 | 72 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.45 |
| HSL | 116.52º | 0.32% | 0.42% | - |
| HSV(B) | 116.52º | 0.49% | 0.55% | - |
| XYZ | 13.68 | 21.05 | 9.47 | - |
| YUV | 113.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 72 | 0.46 | 0 | 0.49 | 0.45 | 116.52 | 0.32 | 0.42 |
| Hex | 4C | 8D | 48 | 2E | 0 | 31 | 2D | 75 | 20 | 2A |
| Octal | 114 | 215 | 110 | 56 | 0 | 61 | 55 | 165 | 40 | 52 |
| Binary | 1001100 | 10001101 | 1001000 | 101110 | 0 | 110001 | 101101 | 1110101 | 100000 | 101010 |
Color Harmonies of #4C8D48
Complementary color
Monochromatic Colors of #4C8D48
Black with #4C8D48
Text Example
Text Example
White with #4C8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8D48; }
p { color: rgb(76,141,72); }
H1.HeaderClassName
{
color: #4C8D48;
}
.AnyTagClassName
{
color: #4C8D48;
}
</style>
background-color css
<style>
a { background-color: #4C8D48; }
a { background-color: rgb(76,141,72); }
div.DivClassName
{
background-color: #4C8D48;
}
.BgClassName
{
background-color: #4C8D48;
}
</style>
border-color css
<style>
span { border-color: #4C8D48; }
span { border-color: rgb(76,141,72); }
td.TdClassName
{
border-color: #4C8D48;
}
.TagClassName
{
border-color: #4C8D48;
}
</style>