Shades of Fern Green #4D7949
Tints of Fern Green #4D7949
RGB
CMYK
RGB Variations
Color information
#4D7949 (or 0x4D7949) is known color: Fern Green. HEX triplet: 4D, 79 and 49. RGB value is (77,121,73). Sum of RGB (Red+Green+Blue) = 77+121+73=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #4D7949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7949 is #B286B6. Grayscale: #666666. Windows color (decimal): -11699895 or 4815181. OLE color: 4815181.
HSL color Cylindrical-coordinate representation of color #4D7949: hue angle of 115º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D7949 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 121 | 73 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.53 |
| HSL | 115º | 0.25% | 0.38% | - |
| HSV(B) | 115º | 0.4% | 0.47% | - |
| XYZ | 11.1 | 15.73 | 8.76 | - |
| YUV | 102.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 73 | 0.36 | 0 | 0.40 | 0.53 | 115 | 0.25 | 0.38 |
| Hex | 4D | 79 | 49 | 24 | 0 | 28 | 35 | 73 | 19 | 26 |
| Octal | 115 | 171 | 111 | 44 | 0 | 50 | 65 | 163 | 31 | 46 |
| Binary | 1001101 | 1111001 | 1001001 | 100100 | 0 | 101000 | 110101 | 1110011 | 11001 | 100110 |
Color Harmonies of #4D7949
Complementary color
Monochromatic Colors of #4D7949
Black with #4D7949
Text Example
Text Example
White with #4D7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7949; }
p { color: rgb(77,121,73); }
H1.HeaderClassName
{
color: #4D7949;
}
.AnyTagClassName
{
color: #4D7949;
}
</style>
background-color css
<style>
a { background-color: #4D7949; }
a { background-color: rgb(77,121,73); }
div.DivClassName
{
background-color: #4D7949;
}
.BgClassName
{
background-color: #4D7949;
}
</style>
border-color css
<style>
span { border-color: #4D7949; }
span { border-color: rgb(77,121,73); }
td.TdClassName
{
border-color: #4D7949;
}
.TagClassName
{
border-color: #4D7949;
}
</style>