Shades of Fern Green #4D7649
Tints of Fern Green #4D7649
RGB
CMYK
RGB Variations
Color information
#4D7649 (or 0x4D7649) is known color: Fern Green. HEX triplet: 4D, 76 and 49. RGB value is (77,118,73). Sum of RGB (Red+Green+Blue) = 77+118+73=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #4D7649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7649 is #B289B6. Grayscale: #646464. Windows color (decimal): -11700663 or 4814413. OLE color: 4814413.
HSL color Cylindrical-coordinate representation of color #4D7649: hue angle of 114.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D7649 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 73 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.54 |
| HSL | 114.67º | 0.24% | 0.37% | - |
| HSV(B) | 114.67º | 0.38% | 0.46% | - |
| XYZ | 10.74 | 15.02 | 8.64 | - |
| YUV | 100.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 73 | 0.35 | 0 | 0.38 | 0.54 | 114.67 | 0.24 | 0.37 |
| Hex | 4D | 76 | 49 | 23 | 0 | 26 | 36 | 73 | 18 | 25 |
| Octal | 115 | 166 | 111 | 43 | 0 | 46 | 66 | 163 | 30 | 45 |
| Binary | 1001101 | 1110110 | 1001001 | 100011 | 0 | 100110 | 110110 | 1110011 | 11000 | 100101 |
Color Harmonies of #4D7649
Complementary color
Monochromatic Colors of #4D7649
Black with #4D7649
Text Example
Text Example
White with #4D7649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7649; }
p { color: rgb(77,118,73); }
H1.HeaderClassName
{
color: #4D7649;
}
.AnyTagClassName
{
color: #4D7649;
}
</style>
background-color css
<style>
a { background-color: #4D7649; }
a { background-color: rgb(77,118,73); }
div.DivClassName
{
background-color: #4D7649;
}
.BgClassName
{
background-color: #4D7649;
}
</style>
border-color css
<style>
span { border-color: #4D7649; }
span { border-color: rgb(77,118,73); }
td.TdClassName
{
border-color: #4D7649;
}
.TagClassName
{
border-color: #4D7649;
}
</style>