Shades of Fern Green #4D6E46
Tints of Fern Green #4D6E46
RGB
CMYK
RGB Variations
Color information
#4D6E46 (or 0x4D6E46) is known color: Fern Green. HEX triplet: 4D, 6E and 46. RGB value is (77,110,70). Sum of RGB (Red+Green+Blue) = 77+110+70=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6E46 is #B291B9. Grayscale: #5F5F5F. Windows color (decimal): -11702714 or 4615757. OLE color: 4615757.
HSL color Cylindrical-coordinate representation of color #4D6E46: hue angle of 109.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D6E46 is Cyan = 0.3, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 110 | 70 | - |
| CMYK | 0.3 | 0 | 0.36 | 0.57 |
| HSL | 109.5º | 0.22% | 0.35% | - |
| HSV(B) | 109.5º | 0.36% | 0.43% | - |
| XYZ | 9.74 | 13.17 | 7.82 | - |
| YUV | 95.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 70 | 0.3 | 0 | 0.36 | 0.57 | 109.5 | 0.22 | 0.35 |
| Hex | 4D | 6E | 46 | 1E | 0 | 24 | 39 | 6E | 16 | 23 |
| Octal | 115 | 156 | 106 | 36 | 0 | 44 | 71 | 156 | 26 | 43 |
| Binary | 1001101 | 1101110 | 1000110 | 11110 | 0 | 100100 | 111001 | 1101110 | 10110 | 100011 |
Color Harmonies of #4D6E46
Complementary color
Monochromatic Colors of #4D6E46
Black with #4D6E46
Text Example
Text Example
White with #4D6E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6E46; }
p { color: rgb(77,110,70); }
H1.HeaderClassName
{
color: #4D6E46;
}
.AnyTagClassName
{
color: #4D6E46;
}
</style>
background-color css
<style>
a { background-color: #4D6E46; }
a { background-color: rgb(77,110,70); }
div.DivClassName
{
background-color: #4D6E46;
}
.BgClassName
{
background-color: #4D6E46;
}
</style>
border-color css
<style>
span { border-color: #4D6E46; }
span { border-color: rgb(77,110,70); }
td.TdClassName
{
border-color: #4D6E46;
}
.TagClassName
{
border-color: #4D6E46;
}
</style>