Shades of Fern Green #4A713E
Tints of Fern Green #4A713E
RGB
CMYK
RGB Variations
Color information
#4A713E (or 0x4A713E) is known color: Fern Green. HEX triplet: 4A, 71 and 3E. RGB value is (74,113,62). Sum of RGB (Red+Green+Blue) = 74+113+62=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #4A713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A713E is #B58EC1. Grayscale: #5F5F5F. Windows color (decimal): -11898562 or 4092234. OLE color: 4092234.
HSL color Cylindrical-coordinate representation of color #4A713E: hue angle of 105.88º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A713E is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 113 | 62 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.56 |
| HSL | 105.88º | 0.29% | 0.34% | - |
| HSV(B) | 105.88º | 0.45% | 0.44% | - |
| XYZ | 9.6 | 13.61 | 6.68 | - |
| YUV | 95.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 62 | 0.35 | 0 | 0.45 | 0.56 | 105.88 | 0.29 | 0.34 |
| Hex | 4A | 71 | 3E | 23 | 0 | 2D | 38 | 6A | 1D | 22 |
| Octal | 112 | 161 | 76 | 43 | 0 | 55 | 70 | 152 | 35 | 42 |
| Binary | 1001010 | 1110001 | 111110 | 100011 | 0 | 101101 | 111000 | 1101010 | 11101 | 100010 |
Color Harmonies of #4A713E
Complementary color
Monochromatic Colors of #4A713E
Black with #4A713E
Text Example
Text Example
White with #4A713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A713E; }
p { color: rgb(74,113,62); }
H1.HeaderClassName
{
color: #4A713E;
}
.AnyTagClassName
{
color: #4A713E;
}
</style>
background-color css
<style>
a { background-color: #4A713E; }
a { background-color: rgb(74,113,62); }
div.DivClassName
{
background-color: #4A713E;
}
.BgClassName
{
background-color: #4A713E;
}
</style>
border-color css
<style>
span { border-color: #4A713E; }
span { border-color: rgb(74,113,62); }
td.TdClassName
{
border-color: #4A713E;
}
.TagClassName
{
border-color: #4A713E;
}
</style>