Shades of Fern Green #4D7149
Tints of Fern Green #4D7149
RGB
CMYK
RGB Variations
Color information
#4D7149 (or 0x4D7149) is known color: Fern Green. HEX triplet: 4D, 71 and 49. RGB value is (77,113,73). Sum of RGB (Red+Green+Blue) = 77+113+73=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7149 is #B28EB6. Grayscale: #616161. Windows color (decimal): -11701943 or 4813133. OLE color: 4813133.
HSL color Cylindrical-coordinate representation of color #4D7149: hue angle of 114º degrees, saturation: 0.22, 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 #4D7149 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 73 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.56 |
| HSL | 114º | 0.22% | 0.36% | - |
| HSV(B) | 114º | 0.35% | 0.44% | - |
| XYZ | 10.17 | 13.87 | 8.44 | - |
| YUV | 97.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 73 | 0.32 | 0 | 0.35 | 0.56 | 114 | 0.22 | 0.36 |
| Hex | 4D | 71 | 49 | 20 | 0 | 23 | 38 | 72 | 16 | 24 |
| Octal | 115 | 161 | 111 | 40 | 0 | 43 | 70 | 162 | 26 | 44 |
| Binary | 1001101 | 1110001 | 1001001 | 100000 | 0 | 100011 | 111000 | 1110010 | 10110 | 100100 |
Color Harmonies of #4D7149
Complementary color
Monochromatic Colors of #4D7149
Black with #4D7149
Text Example
Text Example
White with #4D7149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7149; }
p { color: rgb(77,113,73); }
H1.HeaderClassName
{
color: #4D7149;
}
.AnyTagClassName
{
color: #4D7149;
}
</style>
background-color css
<style>
a { background-color: #4D7149; }
a { background-color: rgb(77,113,73); }
div.DivClassName
{
background-color: #4D7149;
}
.BgClassName
{
background-color: #4D7149;
}
</style>
border-color css
<style>
span { border-color: #4D7149; }
span { border-color: rgb(77,113,73); }
td.TdClassName
{
border-color: #4D7149;
}
.TagClassName
{
border-color: #4D7149;
}
</style>