Shades of Fern Green #4D8D48
Tints of Fern Green #4D8D48
RGB
CMYK
RGB Variations
Color information
#4D8D48 (or 0x4D8D48) is known color: Fern Green. HEX triplet: 4D, 8D and 48. RGB value is (77,141,72). Sum of RGB (Red+Green+Blue) = 77+141+72=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #4D8D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8D48 is #B272B7. Grayscale: #727272. Windows color (decimal): -11694776 or 4754765. OLE color: 4754765.
HSL color Cylindrical-coordinate representation of color #4D8D48: hue angle of 115.65º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D8D48 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 141 | 72 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.45 |
| HSL | 115.65º | 0.32% | 0.42% | - |
| HSV(B) | 115.65º | 0.49% | 0.55% | - |
| XYZ | 13.76 | 21.1 | 9.48 | - |
| YUV | 114 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 141 | 72 | 0.45 | 0 | 0.49 | 0.45 | 115.65 | 0.32 | 0.42 |
| Hex | 4D | 8D | 48 | 2D | 0 | 31 | 2D | 74 | 20 | 2A |
| Octal | 115 | 215 | 110 | 55 | 0 | 61 | 55 | 164 | 40 | 52 |
| Binary | 1001101 | 10001101 | 1001000 | 101101 | 0 | 110001 | 101101 | 1110100 | 100000 | 101010 |
Color Harmonies of #4D8D48
Complementary color
Monochromatic Colors of #4D8D48
Black with #4D8D48
Text Example
Text Example
White with #4D8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8D48; }
p { color: rgb(77,141,72); }
H1.HeaderClassName
{
color: #4D8D48;
}
.AnyTagClassName
{
color: #4D8D48;
}
</style>
background-color css
<style>
a { background-color: #4D8D48; }
a { background-color: rgb(77,141,72); }
div.DivClassName
{
background-color: #4D8D48;
}
.BgClassName
{
background-color: #4D8D48;
}
</style>
border-color css
<style>
span { border-color: #4D8D48; }
span { border-color: rgb(77,141,72); }
td.TdClassName
{
border-color: #4D8D48;
}
.TagClassName
{
border-color: #4D8D48;
}
</style>