Shades of Fern Green #4D6F49
Tints of Fern Green #4D6F49
RGB
CMYK
RGB Variations
Color information
#4D6F49 (or 0x4D6F49) is known color: Fern Green. HEX triplet: 4D, 6F and 49. RGB value is (77,111,73). Sum of RGB (Red+Green+Blue) = 77+111+73=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6F49 is #B290B6. Grayscale: #606060. Windows color (decimal): -11702455 or 4812621. OLE color: 4812621.
HSL color Cylindrical-coordinate representation of color #4D6F49: hue angle of 113.68º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D6F49 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 111 | 73 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.56 |
| HSL | 113.68º | 0.21% | 0.36% | - |
| HSV(B) | 113.68º | 0.34% | 0.44% | - |
| XYZ | 9.95 | 13.43 | 8.37 | - |
| YUV | 96.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 73 | 0.31 | 0 | 0.34 | 0.56 | 113.68 | 0.21 | 0.36 |
| Hex | 4D | 6F | 49 | 1F | 0 | 22 | 38 | 72 | 15 | 24 |
| Octal | 115 | 157 | 111 | 37 | 0 | 42 | 70 | 162 | 25 | 44 |
| Binary | 1001101 | 1101111 | 1001001 | 11111 | 0 | 100010 | 111000 | 1110010 | 10101 | 100100 |
Color Harmonies of #4D6F49
Complementary color
Monochromatic Colors of #4D6F49
Black with #4D6F49
Text Example
Text Example
White with #4D6F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6F49; }
p { color: rgb(77,111,73); }
H1.HeaderClassName
{
color: #4D6F49;
}
.AnyTagClassName
{
color: #4D6F49;
}
</style>
background-color css
<style>
a { background-color: #4D6F49; }
a { background-color: rgb(77,111,73); }
div.DivClassName
{
background-color: #4D6F49;
}
.BgClassName
{
background-color: #4D6F49;
}
</style>
border-color css
<style>
span { border-color: #4D6F49; }
span { border-color: rgb(77,111,73); }
td.TdClassName
{
border-color: #4D6F49;
}
.TagClassName
{
border-color: #4D6F49;
}
</style>