Shades of Fern Green #4C8B41
Tints of Fern Green #4C8B41
RGB
CMYK
RGB Variations
Color information
#4C8B41 (or 0x4C8B41) is known color: Fern Green. HEX triplet: 4C, 8B and 41. RGB value is (76,139,65). Sum of RGB (Red+Green+Blue) = 76+139+65=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #4C8B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8B41 is #B374BE. Grayscale: #6F6F6F. Windows color (decimal): -11760831 or 4295500. OLE color: 4295500.
HSL color Cylindrical-coordinate representation of color #4C8B41: hue angle of 111.08º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C8B41 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 139 | 65 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.45 |
| HSL | 111.08º | 0.36% | 0.4% | - |
| HSV(B) | 111.08º | 0.53% | 0.55% | - |
| XYZ | 13.17 | 20.38 | 8.24 | - |
| YUV | 111.73 | 101.63 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 139 | 65 | 0.45 | 0 | 0.53 | 0.45 | 111.08 | 0.36 | 0.4 |
| Hex | 4C | 8B | 41 | 2D | 0 | 35 | 2D | 6F | 24 | 28 |
| Octal | 114 | 213 | 101 | 55 | 0 | 65 | 55 | 157 | 44 | 50 |
| Binary | 1001100 | 10001011 | 1000001 | 101101 | 0 | 110101 | 101101 | 1101111 | 100100 | 101000 |
Color Harmonies of #4C8B41
Complementary color
Monochromatic Colors of #4C8B41
Black with #4C8B41
Text Example
Text Example
White with #4C8B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8B41; }
p { color: rgb(76,139,65); }
H1.HeaderClassName
{
color: #4C8B41;
}
.AnyTagClassName
{
color: #4C8B41;
}
</style>
background-color css
<style>
a { background-color: #4C8B41; }
a { background-color: rgb(76,139,65); }
div.DivClassName
{
background-color: #4C8B41;
}
.BgClassName
{
background-color: #4C8B41;
}
</style>
border-color css
<style>
span { border-color: #4C8B41; }
span { border-color: rgb(76,139,65); }
td.TdClassName
{
border-color: #4C8B41;
}
.TagClassName
{
border-color: #4C8B41;
}
</style>