Shades of Fern Green #4D7748
Tints of Fern Green #4D7748
RGB
CMYK
RGB Variations
Color information
#4D7748 (or 0x4D7748) is known color: Fern Green. HEX triplet: 4D, 77 and 48. RGB value is (77,119,72). Sum of RGB (Red+Green+Blue) = 77+119+72=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7748 is #B288B7. Grayscale: #656565. Windows color (decimal): -11700408 or 4749133. OLE color: 4749133.
HSL color Cylindrical-coordinate representation of color #4D7748: hue angle of 113.62º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7748 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 72 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.53 |
| HSL | 113.62º | 0.25% | 0.37% | - |
| HSV(B) | 113.62º | 0.39% | 0.47% | - |
| XYZ | 10.83 | 15.24 | 8.5 | - |
| YUV | 101.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 72 | 0.35 | 0 | 0.39 | 0.53 | 113.62 | 0.25 | 0.37 |
| Hex | 4D | 77 | 48 | 23 | 0 | 27 | 35 | 72 | 19 | 25 |
| Octal | 115 | 167 | 110 | 43 | 0 | 47 | 65 | 162 | 31 | 45 |
| Binary | 1001101 | 1110111 | 1001000 | 100011 | 0 | 100111 | 110101 | 1110010 | 11001 | 100101 |
Color Harmonies of #4D7748
Complementary color
Monochromatic Colors of #4D7748
Black with #4D7748
Text Example
Text Example
White with #4D7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7748; }
p { color: rgb(77,119,72); }
H1.HeaderClassName
{
color: #4D7748;
}
.AnyTagClassName
{
color: #4D7748;
}
</style>
background-color css
<style>
a { background-color: #4D7748; }
a { background-color: rgb(77,119,72); }
div.DivClassName
{
background-color: #4D7748;
}
.BgClassName
{
background-color: #4D7748;
}
</style>
border-color css
<style>
span { border-color: #4D7748; }
span { border-color: rgb(77,119,72); }
td.TdClassName
{
border-color: #4D7748;
}
.TagClassName
{
border-color: #4D7748;
}
</style>