Shades of Fern Green #4D7049
Tints of Fern Green #4D7049
RGB
CMYK
RGB Variations
Color information
#4D7049 (or 0x4D7049) is known color: Fern Green. HEX triplet: 4D, 70 and 49. RGB value is (77,112,73). Sum of RGB (Red+Green+Blue) = 77+112+73=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7049 is #B28FB6. Grayscale: #616161. Windows color (decimal): -11702199 or 4812877. OLE color: 4812877.
HSL color Cylindrical-coordinate representation of color #4D7049: hue angle of 113.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7049 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 73 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.56 |
| HSL | 113.85º | 0.21% | 0.36% | - |
| HSV(B) | 113.85º | 0.35% | 0.44% | - |
| XYZ | 10.06 | 13.65 | 8.41 | - |
| YUV | 97.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 73 | 0.31 | 0 | 0.35 | 0.56 | 113.85 | 0.21 | 0.36 |
| Hex | 4D | 70 | 49 | 1F | 0 | 23 | 38 | 72 | 15 | 24 |
| Octal | 115 | 160 | 111 | 37 | 0 | 43 | 70 | 162 | 25 | 44 |
| Binary | 1001101 | 1110000 | 1001001 | 11111 | 0 | 100011 | 111000 | 1110010 | 10101 | 100100 |
Color Harmonies of #4D7049
Complementary color
Monochromatic Colors of #4D7049
Black with #4D7049
Text Example
Text Example
White with #4D7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7049; }
p { color: rgb(77,112,73); }
H1.HeaderClassName
{
color: #4D7049;
}
.AnyTagClassName
{
color: #4D7049;
}
</style>
background-color css
<style>
a { background-color: #4D7049; }
a { background-color: rgb(77,112,73); }
div.DivClassName
{
background-color: #4D7049;
}
.BgClassName
{
background-color: #4D7049;
}
</style>
border-color css
<style>
span { border-color: #4D7049; }
span { border-color: rgb(77,112,73); }
td.TdClassName
{
border-color: #4D7049;
}
.TagClassName
{
border-color: #4D7049;
}
</style>