Shades of Fern Green #4D6E42
Tints of Fern Green #4D6E42
RGB
CMYK
RGB Variations
Color information
#4D6E42 (or 0x4D6E42) is known color: Fern Green. HEX triplet: 4D, 6E and 42. RGB value is (77,110,66). Sum of RGB (Red+Green+Blue) = 77+110+66=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6E42 is #B291BD. Grayscale: #5F5F5F. Windows color (decimal): -11702718 or 4353613. OLE color: 4353613.
HSL color Cylindrical-coordinate representation of color #4D6E42: hue angle of 105º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D6E42 is Cyan = 0.3, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 110 | 66 | - |
| CMYK | 0.3 | 0 | 0.4 | 0.57 |
| HSL | 105º | 0.25% | 0.35% | - |
| HSV(B) | 105º | 0.4% | 0.43% | - |
| XYZ | 9.62 | 13.12 | 7.18 | - |
| YUV | 95.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 66 | 0.3 | 0 | 0.4 | 0.57 | 105 | 0.25 | 0.35 |
| Hex | 4D | 6E | 42 | 1E | 0 | 28 | 39 | 69 | 19 | 23 |
| Octal | 115 | 156 | 102 | 36 | 0 | 50 | 71 | 151 | 31 | 43 |
| Binary | 1001101 | 1101110 | 1000010 | 11110 | 0 | 101000 | 111001 | 1101001 | 11001 | 100011 |
Color Harmonies of #4D6E42
Complementary color
Monochromatic Colors of #4D6E42
Black with #4D6E42
Text Example
Text Example
White with #4D6E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6E42; }
p { color: rgb(77,110,66); }
H1.HeaderClassName
{
color: #4D6E42;
}
.AnyTagClassName
{
color: #4D6E42;
}
</style>
background-color css
<style>
a { background-color: #4D6E42; }
a { background-color: rgb(77,110,66); }
div.DivClassName
{
background-color: #4D6E42;
}
.BgClassName
{
background-color: #4D6E42;
}
</style>
border-color css
<style>
span { border-color: #4D6E42; }
span { border-color: rgb(77,110,66); }
td.TdClassName
{
border-color: #4D6E42;
}
.TagClassName
{
border-color: #4D6E42;
}
</style>