Shades of Fern Green #4D8049
Tints of Fern Green #4D8049
RGB
CMYK
RGB Variations
Color information
#4D8049 (or 0x4D8049) is known color: Fern Green. HEX triplet: 4D, 80 and 49. RGB value is (77,128,73). Sum of RGB (Red+Green+Blue) = 77+128+73=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8049 is #B27FB6. Grayscale: #6A6A6A. Windows color (decimal): -11698103 or 4816973. OLE color: 4816973.
HSL color Cylindrical-coordinate representation of color #4D8049: hue angle of 115.64º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D8049 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 73 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.50 |
| HSL | 115.64º | 0.27% | 0.39% | - |
| HSV(B) | 115.64º | 0.43% | 0.5% | - |
| XYZ | 11.98 | 17.5 | 9.05 | - |
| YUV | 106.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 73 | 0.40 | 0 | 0.43 | 0.50 | 115.64 | 0.27 | 0.39 |
| Hex | 4D | 80 | 49 | 28 | 0 | 2B | 32 | 74 | 1B | 27 |
| Octal | 115 | 200 | 111 | 50 | 0 | 53 | 62 | 164 | 33 | 47 |
| Binary | 1001101 | 10000000 | 1001001 | 101000 | 0 | 101011 | 110010 | 1110100 | 11011 | 100111 |
Color Harmonies of #4D8049
Complementary color
Monochromatic Colors of #4D8049
Black with #4D8049
Text Example
Text Example
White with #4D8049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8049; }
p { color: rgb(77,128,73); }
H1.HeaderClassName
{
color: #4D8049;
}
.AnyTagClassName
{
color: #4D8049;
}
</style>
background-color css
<style>
a { background-color: #4D8049; }
a { background-color: rgb(77,128,73); }
div.DivClassName
{
background-color: #4D8049;
}
.BgClassName
{
background-color: #4D8049;
}
</style>
border-color css
<style>
span { border-color: #4D8049; }
span { border-color: rgb(77,128,73); }
td.TdClassName
{
border-color: #4D8049;
}
.TagClassName
{
border-color: #4D8049;
}
</style>