Shades of Fern Green #4A8040
Tints of Fern Green #4A8040
RGB
CMYK
RGB Variations
Color information
#4A8040 (or 0x4A8040) is known color: Fern Green. HEX triplet: 4A, 80 and 40. RGB value is (74,128,64). Sum of RGB (Red+Green+Blue) = 74+128+64=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #4A8040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8040 is #B57FBF. Grayscale: #686868. Windows color (decimal): -11894720 or 4227146. OLE color: 4227146.
HSL color Cylindrical-coordinate representation of color #4A8040: hue angle of 110.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A8040 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 64 | - |
| CMYK | 0.42 | 0 | 0.5 | 0.50 |
| HSL | 110.63º | 0.33% | 0.38% | - |
| HSV(B) | 110.63º | 0.5% | 0.5% | - |
| XYZ | 11.47 | 17.26 | 7.58 | - |
| YUV | 104.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 64 | 0.42 | 0 | 0.5 | 0.50 | 110.63 | 0.33 | 0.38 |
| Hex | 4A | 80 | 40 | 2A | 0 | 32 | 32 | 6F | 21 | 26 |
| Octal | 112 | 200 | 100 | 52 | 0 | 62 | 62 | 157 | 41 | 46 |
| Binary | 1001010 | 10000000 | 1000000 | 101010 | 0 | 110010 | 110010 | 1101111 | 100001 | 100110 |
Color Harmonies of #4A8040
Complementary color
Monochromatic Colors of #4A8040
Black with #4A8040
Text Example
Text Example
White with #4A8040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8040; }
p { color: rgb(74,128,64); }
H1.HeaderClassName
{
color: #4A8040;
}
.AnyTagClassName
{
color: #4A8040;
}
</style>
background-color css
<style>
a { background-color: #4A8040; }
a { background-color: rgb(74,128,64); }
div.DivClassName
{
background-color: #4A8040;
}
.BgClassName
{
background-color: #4A8040;
}
</style>
border-color css
<style>
span { border-color: #4A8040; }
span { border-color: rgb(74,128,64); }
td.TdClassName
{
border-color: #4A8040;
}
.TagClassName
{
border-color: #4A8040;
}
</style>