Shades of Fern Green #4A7039
Tints of Fern Green #4A7039
RGB
CMYK
RGB Variations
Color information
#4A7039 (or 0x4A7039) is known color: Fern Green. HEX triplet: 4A, 70 and 39. RGB value is (74,112,57). Sum of RGB (Red+Green+Blue) = 74+112+57=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7039 is #B58FC6. Grayscale: #5E5E5E. Windows color (decimal): -11898823 or 3764298. OLE color: 3764298.
HSL color Cylindrical-coordinate representation of color #4A7039: hue angle of 101.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A7039 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 57 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.56 |
| HSL | 101.45º | 0.33% | 0.33% | - |
| HSV(B) | 101.45º | 0.49% | 0.44% | - |
| XYZ | 9.36 | 13.34 | 5.95 | - |
| YUV | 94.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 57 | 0.34 | 0 | 0.49 | 0.56 | 101.45 | 0.33 | 0.33 |
| Hex | 4A | 70 | 39 | 22 | 0 | 31 | 38 | 65 | 21 | 21 |
| Octal | 112 | 160 | 71 | 42 | 0 | 61 | 70 | 145 | 41 | 41 |
| Binary | 1001010 | 1110000 | 111001 | 100010 | 0 | 110001 | 111000 | 1100101 | 100001 | 100001 |
Color Harmonies of #4A7039
Complementary color
Monochromatic Colors of #4A7039
Black with #4A7039
Text Example
Text Example
White with #4A7039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7039; }
p { color: rgb(74,112,57); }
H1.HeaderClassName
{
color: #4A7039;
}
.AnyTagClassName
{
color: #4A7039;
}
</style>
background-color css
<style>
a { background-color: #4A7039; }
a { background-color: rgb(74,112,57); }
div.DivClassName
{
background-color: #4A7039;
}
.BgClassName
{
background-color: #4A7039;
}
</style>
border-color css
<style>
span { border-color: #4A7039; }
span { border-color: rgb(74,112,57); }
td.TdClassName
{
border-color: #4A7039;
}
.TagClassName
{
border-color: #4A7039;
}
</style>