Shades of Fern Green #4D7849
Tints of Fern Green #4D7849
RGB
CMYK
RGB Variations
Color information
#4D7849 (or 0x4D7849) is known color: Fern Green. HEX triplet: 4D, 78 and 49. RGB value is (77,120,73). Sum of RGB (Red+Green+Blue) = 77+120+73=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #4D7849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7849 is #B287B6. Grayscale: #656565. Windows color (decimal): -11700151 or 4814925. OLE color: 4814925.
HSL color Cylindrical-coordinate representation of color #4D7849: hue angle of 114.89º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7849 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 73 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.53 |
| HSL | 114.89º | 0.24% | 0.38% | - |
| HSV(B) | 114.89º | 0.39% | 0.47% | - |
| XYZ | 10.98 | 15.49 | 8.71 | - |
| YUV | 101.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 73 | 0.36 | 0 | 0.39 | 0.53 | 114.89 | 0.24 | 0.38 |
| Hex | 4D | 78 | 49 | 24 | 0 | 27 | 35 | 73 | 18 | 26 |
| Octal | 115 | 170 | 111 | 44 | 0 | 47 | 65 | 163 | 30 | 46 |
| Binary | 1001101 | 1111000 | 1001001 | 100100 | 0 | 100111 | 110101 | 1110011 | 11000 | 100110 |
Color Harmonies of #4D7849
Complementary color
Monochromatic Colors of #4D7849
Black with #4D7849
Text Example
Text Example
White with #4D7849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7849; }
p { color: rgb(77,120,73); }
H1.HeaderClassName
{
color: #4D7849;
}
.AnyTagClassName
{
color: #4D7849;
}
</style>
background-color css
<style>
a { background-color: #4D7849; }
a { background-color: rgb(77,120,73); }
div.DivClassName
{
background-color: #4D7849;
}
.BgClassName
{
background-color: #4D7849;
}
</style>
border-color css
<style>
span { border-color: #4D7849; }
span { border-color: rgb(77,120,73); }
td.TdClassName
{
border-color: #4D7849;
}
.TagClassName
{
border-color: #4D7849;
}
</style>