Shades of Fern Green #4D7648
Tints of Fern Green #4D7648
RGB
CMYK
RGB Variations
Color information
#4D7648 (or 0x4D7648) is known color: Fern Green. HEX triplet: 4D, 76 and 48. RGB value is (77,118,72). Sum of RGB (Red+Green+Blue) = 77+118+72=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #4D7648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7648 is #B289B7. Grayscale: #646464. Windows color (decimal): -11700664 or 4748877. OLE color: 4748877.
HSL color Cylindrical-coordinate representation of color #4D7648: hue angle of 113.48º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7648 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 72 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.54 |
| HSL | 113.48º | 0.24% | 0.37% | - |
| HSV(B) | 113.48º | 0.39% | 0.46% | - |
| XYZ | 10.71 | 15 | 8.46 | - |
| YUV | 100.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 72 | 0.35 | 0 | 0.39 | 0.54 | 113.48 | 0.24 | 0.37 |
| Hex | 4D | 76 | 48 | 23 | 0 | 27 | 36 | 71 | 18 | 25 |
| Octal | 115 | 166 | 110 | 43 | 0 | 47 | 66 | 161 | 30 | 45 |
| Binary | 1001101 | 1110110 | 1001000 | 100011 | 0 | 100111 | 110110 | 1110001 | 11000 | 100101 |
Color Harmonies of #4D7648
Complementary color
Monochromatic Colors of #4D7648
Black with #4D7648
Text Example
Text Example
White with #4D7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7648; }
p { color: rgb(77,118,72); }
H1.HeaderClassName
{
color: #4D7648;
}
.AnyTagClassName
{
color: #4D7648;
}
</style>
background-color css
<style>
a { background-color: #4D7648; }
a { background-color: rgb(77,118,72); }
div.DivClassName
{
background-color: #4D7648;
}
.BgClassName
{
background-color: #4D7648;
}
</style>
border-color css
<style>
span { border-color: #4D7648; }
span { border-color: rgb(77,118,72); }
td.TdClassName
{
border-color: #4D7648;
}
.TagClassName
{
border-color: #4D7648;
}
</style>