Shades of Fern Green #4A8A40
Tints of Fern Green #4A8A40
RGB
CMYK
RGB Variations
Color information
#4A8A40 (or 0x4A8A40) is known color: Fern Green. HEX triplet: 4A, 8A and 40. RGB value is (74,138,64). Sum of RGB (Red+Green+Blue) = 74+138+64=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8A40 is #B575BF. Grayscale: #6E6E6E. Windows color (decimal): -11892160 or 4229706. OLE color: 4229706.
HSL color Cylindrical-coordinate representation of color #4A8A40: hue angle of 111.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A8A40 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 64 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.46 |
| HSL | 111.89º | 0.37% | 0.4% | - |
| HSV(B) | 111.89º | 0.54% | 0.54% | - |
| XYZ | 12.84 | 20 | 8.03 | - |
| YUV | 110.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 64 | 0.46 | 0 | 0.54 | 0.46 | 111.89 | 0.37 | 0.4 |
| Hex | 4A | 8A | 40 | 2E | 0 | 36 | 2E | 70 | 25 | 28 |
| Octal | 112 | 212 | 100 | 56 | 0 | 66 | 56 | 160 | 45 | 50 |
| Binary | 1001010 | 10001010 | 1000000 | 101110 | 0 | 110110 | 101110 | 1110000 | 100101 | 101000 |
Color Harmonies of #4A8A40
Complementary color
Monochromatic Colors of #4A8A40
Black with #4A8A40
Text Example
Text Example
White with #4A8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A40; }
p { color: rgb(74,138,64); }
H1.HeaderClassName
{
color: #4A8A40;
}
.AnyTagClassName
{
color: #4A8A40;
}
</style>
background-color css
<style>
a { background-color: #4A8A40; }
a { background-color: rgb(74,138,64); }
div.DivClassName
{
background-color: #4A8A40;
}
.BgClassName
{
background-color: #4A8A40;
}
</style>
border-color css
<style>
span { border-color: #4A8A40; }
span { border-color: rgb(74,138,64); }
td.TdClassName
{
border-color: #4A8A40;
}
.TagClassName
{
border-color: #4A8A40;
}
</style>