Shades of Fern Green #4D7044
Tints of Fern Green #4D7044
RGB
CMYK
RGB Variations
Color information
#4D7044 (or 0x4D7044) is known color: Fern Green. HEX triplet: 4D, 70 and 44. RGB value is (77,112,68). Sum of RGB (Red+Green+Blue) = 77+112+68=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7044 is #B28FBB. Grayscale: #606060. Windows color (decimal): -11702204 or 4485197. OLE color: 4485197.
HSL color Cylindrical-coordinate representation of color #4D7044: hue angle of 107.73º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7044 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 68 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.56 |
| HSL | 107.73º | 0.24% | 0.35% | - |
| HSV(B) | 107.73º | 0.39% | 0.44% | - |
| XYZ | 9.9 | 13.58 | 7.57 | - |
| YUV | 96.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 68 | 0.31 | 0 | 0.39 | 0.56 | 107.73 | 0.24 | 0.35 |
| Hex | 4D | 70 | 44 | 1F | 0 | 27 | 38 | 6C | 18 | 23 |
| Octal | 115 | 160 | 104 | 37 | 0 | 47 | 70 | 154 | 30 | 43 |
| Binary | 1001101 | 1110000 | 1000100 | 11111 | 0 | 100111 | 111000 | 1101100 | 11000 | 100011 |
Color Harmonies of #4D7044
Complementary color
Monochromatic Colors of #4D7044
Black with #4D7044
Text Example
Text Example
White with #4D7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7044; }
p { color: rgb(77,112,68); }
H1.HeaderClassName
{
color: #4D7044;
}
.AnyTagClassName
{
color: #4D7044;
}
</style>
background-color css
<style>
a { background-color: #4D7044; }
a { background-color: rgb(77,112,68); }
div.DivClassName
{
background-color: #4D7044;
}
.BgClassName
{
background-color: #4D7044;
}
</style>
border-color css
<style>
span { border-color: #4D7044; }
span { border-color: rgb(77,112,68); }
td.TdClassName
{
border-color: #4D7044;
}
.TagClassName
{
border-color: #4D7044;
}
</style>