Shades of Fern Green #4C8A45
Tints of Fern Green #4C8A45
RGB
CMYK
RGB Variations
Color information
#4C8A45 (or 0x4C8A45) is known color: Fern Green. HEX triplet: 4C, 8A and 45. RGB value is (76,138,69). Sum of RGB (Red+Green+Blue) = 76+138+69=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #4C8A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8A45 is #B375BA. Grayscale: #6F6F6F. Windows color (decimal): -11761083 or 4557388. OLE color: 4557388.
HSL color Cylindrical-coordinate representation of color #4C8A45: hue angle of 113.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C8A45 is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 138 | 69 | - |
| CMYK | 0.45 | 0 | 0.5 | 0.46 |
| HSL | 113.91º | 0.33% | 0.41% | - |
| HSV(B) | 113.91º | 0.5% | 0.54% | - |
| XYZ | 13.14 | 20.14 | 8.83 | - |
| YUV | 111.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 69 | 0.45 | 0 | 0.5 | 0.46 | 113.91 | 0.33 | 0.41 |
| Hex | 4C | 8A | 45 | 2D | 0 | 32 | 2E | 72 | 21 | 29 |
| Octal | 114 | 212 | 105 | 55 | 0 | 62 | 56 | 162 | 41 | 51 |
| Binary | 1001100 | 10001010 | 1000101 | 101101 | 0 | 110010 | 101110 | 1110010 | 100001 | 101001 |
Color Harmonies of #4C8A45
Complementary color
Monochromatic Colors of #4C8A45
Black with #4C8A45
Text Example
Text Example
White with #4C8A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8A45; }
p { color: rgb(76,138,69); }
H1.HeaderClassName
{
color: #4C8A45;
}
.AnyTagClassName
{
color: #4C8A45;
}
</style>
background-color css
<style>
a { background-color: #4C8A45; }
a { background-color: rgb(76,138,69); }
div.DivClassName
{
background-color: #4C8A45;
}
.BgClassName
{
background-color: #4C8A45;
}
</style>
border-color css
<style>
span { border-color: #4C8A45; }
span { border-color: rgb(76,138,69); }
td.TdClassName
{
border-color: #4C8A45;
}
.TagClassName
{
border-color: #4C8A45;
}
</style>