Shades of Fern Green #4D7449
Tints of Fern Green #4D7449
RGB
CMYK
RGB Variations
Color information
#4D7449 (or 0x4D7449) is known color: Fern Green. HEX triplet: 4D, 74 and 49. RGB value is (77,116,73). Sum of RGB (Red+Green+Blue) = 77+116+73=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7449 is #B28BB6. Grayscale: #636363. Windows color (decimal): -11701175 or 4813901. OLE color: 4813901.
HSL color Cylindrical-coordinate representation of color #4D7449: hue angle of 114.42º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D7449 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 73 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.55 |
| HSL | 114.42º | 0.23% | 0.37% | - |
| HSV(B) | 114.42º | 0.37% | 0.45% | - |
| XYZ | 10.51 | 14.55 | 8.56 | - |
| YUV | 99.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 73 | 0.34 | 0 | 0.37 | 0.55 | 114.42 | 0.23 | 0.37 |
| Hex | 4D | 74 | 49 | 22 | 0 | 25 | 37 | 72 | 17 | 25 |
| Octal | 115 | 164 | 111 | 42 | 0 | 45 | 67 | 162 | 27 | 45 |
| Binary | 1001101 | 1110100 | 1001001 | 100010 | 0 | 100101 | 110111 | 1110010 | 10111 | 100101 |
Color Harmonies of #4D7449
Complementary color
Monochromatic Colors of #4D7449
Black with #4D7449
Text Example
Text Example
White with #4D7449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7449; }
p { color: rgb(77,116,73); }
H1.HeaderClassName
{
color: #4D7449;
}
.AnyTagClassName
{
color: #4D7449;
}
</style>
background-color css
<style>
a { background-color: #4D7449; }
a { background-color: rgb(77,116,73); }
div.DivClassName
{
background-color: #4D7449;
}
.BgClassName
{
background-color: #4D7449;
}
</style>
border-color css
<style>
span { border-color: #4D7449; }
span { border-color: rgb(77,116,73); }
td.TdClassName
{
border-color: #4D7449;
}
.TagClassName
{
border-color: #4D7449;
}
</style>