Shades of Fern Green #4C8C3F
Tints of Fern Green #4C8C3F
RGB
CMYK
RGB Variations
Color information
#4C8C3F (or 0x4C8C3F) is known color: Fern Green. HEX triplet: 4C, 8C and 3F. RGB value is (76,140,63). Sum of RGB (Red+Green+Blue) = 76+140+63=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8C3F is #B373C0. Grayscale: #707070. Windows color (decimal): -11760577 or 4164684. OLE color: 4164684.
HSL color Cylindrical-coordinate representation of color #4C8C3F: hue angle of 109.87º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C8C3F is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 140 | 63 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.45 |
| HSL | 109.87º | 0.38% | 0.4% | - |
| HSV(B) | 109.87º | 0.55% | 0.55% | - |
| XYZ | 13.26 | 20.65 | 7.99 | - |
| YUV | 112.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 140 | 63 | 0.46 | 0 | 0.55 | 0.45 | 109.87 | 0.38 | 0.4 |
| Hex | 4C | 8C | 3F | 2E | 0 | 37 | 2D | 6E | 26 | 28 |
| Octal | 114 | 214 | 77 | 56 | 0 | 67 | 55 | 156 | 46 | 50 |
| Binary | 1001100 | 10001100 | 111111 | 101110 | 0 | 110111 | 101101 | 1101110 | 100110 | 101000 |
Color Harmonies of #4C8C3F
Complementary color
Monochromatic Colors of #4C8C3F
Black with #4C8C3F
Text Example
Text Example
White with #4C8C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8C3F; }
p { color: rgb(76,140,63); }
H1.HeaderClassName
{
color: #4C8C3F;
}
.AnyTagClassName
{
color: #4C8C3F;
}
</style>
background-color css
<style>
a { background-color: #4C8C3F; }
a { background-color: rgb(76,140,63); }
div.DivClassName
{
background-color: #4C8C3F;
}
.BgClassName
{
background-color: #4C8C3F;
}
</style>
border-color css
<style>
span { border-color: #4C8C3F; }
span { border-color: rgb(76,140,63); }
td.TdClassName
{
border-color: #4C8C3F;
}
.TagClassName
{
border-color: #4C8C3F;
}
</style>