Shades of Fern Green #4A8F40
Tints of Fern Green #4A8F40
RGB
CMYK
RGB Variations
Color information
#4A8F40 (or 0x4A8F40) is known color: Fern Green. HEX triplet: 4A, 8F and 40. RGB value is (74,143,64). Sum of RGB (Red+Green+Blue) = 74+143+64=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8F40 is #B570BF. Grayscale: #717171. Windows color (decimal): -11890880 or 4230986. OLE color: 4230986.
HSL color Cylindrical-coordinate representation of color #4A8F40: hue angle of 112.41º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A8F40 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 143 | 64 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.44 |
| HSL | 112.41º | 0.38% | 0.41% | - |
| HSV(B) | 112.41º | 0.55% | 0.56% | - |
| XYZ | 13.57 | 21.47 | 8.28 | - |
| YUV | 113.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 64 | 0.48 | 0 | 0.55 | 0.44 | 112.41 | 0.38 | 0.41 |
| Hex | 4A | 8F | 40 | 30 | 0 | 37 | 2C | 70 | 26 | 29 |
| Octal | 112 | 217 | 100 | 60 | 0 | 67 | 54 | 160 | 46 | 51 |
| Binary | 1001010 | 10001111 | 1000000 | 110000 | 0 | 110111 | 101100 | 1110000 | 100110 | 101001 |
Color Harmonies of #4A8F40
Complementary color
Monochromatic Colors of #4A8F40
Black with #4A8F40
Text Example
Text Example
White with #4A8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8F40; }
p { color: rgb(74,143,64); }
H1.HeaderClassName
{
color: #4A8F40;
}
.AnyTagClassName
{
color: #4A8F40;
}
</style>
background-color css
<style>
a { background-color: #4A8F40; }
a { background-color: rgb(74,143,64); }
div.DivClassName
{
background-color: #4A8F40;
}
.BgClassName
{
background-color: #4A8F40;
}
</style>
border-color css
<style>
span { border-color: #4A8F40; }
span { border-color: rgb(74,143,64); }
td.TdClassName
{
border-color: #4A8F40;
}
.TagClassName
{
border-color: #4A8F40;
}
</style>