Shades of Fern Green #4A7E40
Tints of Fern Green #4A7E40
RGB
CMYK
RGB Variations
Color information
#4A7E40 (or 0x4A7E40) is known color: Fern Green. HEX triplet: 4A, 7E and 40. RGB value is (74,126,64). Sum of RGB (Red+Green+Blue) = 74+126+64=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #4A7E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7E40 is #B581BF. Grayscale: #676767. Windows color (decimal): -11895232 or 4226634. OLE color: 4226634.
HSL color Cylindrical-coordinate representation of color #4A7E40: hue angle of 110.32º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A7E40 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 126 | 64 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.51 |
| HSL | 110.32º | 0.33% | 0.37% | - |
| HSV(B) | 110.32º | 0.49% | 0.49% | - |
| XYZ | 11.21 | 16.75 | 7.49 | - |
| YUV | 103.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 64 | 0.41 | 0 | 0.49 | 0.51 | 110.32 | 0.33 | 0.37 |
| Hex | 4A | 7E | 40 | 29 | 0 | 31 | 33 | 6E | 21 | 25 |
| Octal | 112 | 176 | 100 | 51 | 0 | 61 | 63 | 156 | 41 | 45 |
| Binary | 1001010 | 1111110 | 1000000 | 101001 | 0 | 110001 | 110011 | 1101110 | 100001 | 100101 |
Color Harmonies of #4A7E40
Complementary color
Monochromatic Colors of #4A7E40
Black with #4A7E40
Text Example
Text Example
White with #4A7E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7E40; }
p { color: rgb(74,126,64); }
H1.HeaderClassName
{
color: #4A7E40;
}
.AnyTagClassName
{
color: #4A7E40;
}
</style>
background-color css
<style>
a { background-color: #4A7E40; }
a { background-color: rgb(74,126,64); }
div.DivClassName
{
background-color: #4A7E40;
}
.BgClassName
{
background-color: #4A7E40;
}
</style>
border-color css
<style>
span { border-color: #4A7E40; }
span { border-color: rgb(74,126,64); }
td.TdClassName
{
border-color: #4A7E40;
}
.TagClassName
{
border-color: #4A7E40;
}
</style>