Shades of Fern Green #4D8B49
Tints of Fern Green #4D8B49
RGB
CMYK
RGB Variations
Color information
#4D8B49 (or 0x4D8B49) is known color: Fern Green. HEX triplet: 4D, 8B and 49. RGB value is (77,139,73). Sum of RGB (Red+Green+Blue) = 77+139+73=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8B49 is #B274B6. Grayscale: #717171. Windows color (decimal): -11695287 or 4819789. OLE color: 4819789.
HSL color Cylindrical-coordinate representation of color #4D8B49: hue angle of 116.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D8B49 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 139 | 73 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.45 |
| HSL | 116.36º | 0.31% | 0.42% | - |
| HSV(B) | 116.36º | 0.47% | 0.55% | - |
| XYZ | 13.5 | 20.52 | 9.55 | - |
| YUV | 112.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 73 | 0.45 | 0 | 0.47 | 0.45 | 116.36 | 0.31 | 0.42 |
| Hex | 4D | 8B | 49 | 2D | 0 | 2F | 2D | 74 | 1F | 2A |
| Octal | 115 | 213 | 111 | 55 | 0 | 57 | 55 | 164 | 37 | 52 |
| Binary | 1001101 | 10001011 | 1001001 | 101101 | 0 | 101111 | 101101 | 1110100 | 11111 | 101010 |
Color Harmonies of #4D8B49
Complementary color
Monochromatic Colors of #4D8B49
Black with #4D8B49
Text Example
Text Example
White with #4D8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8B49; }
p { color: rgb(77,139,73); }
H1.HeaderClassName
{
color: #4D8B49;
}
.AnyTagClassName
{
color: #4D8B49;
}
</style>
background-color css
<style>
a { background-color: #4D8B49; }
a { background-color: rgb(77,139,73); }
div.DivClassName
{
background-color: #4D8B49;
}
.BgClassName
{
background-color: #4D8B49;
}
</style>
border-color css
<style>
span { border-color: #4D8B49; }
span { border-color: rgb(77,139,73); }
td.TdClassName
{
border-color: #4D8B49;
}
.TagClassName
{
border-color: #4D8B49;
}
</style>