Shades of Fern Green #4D8C47
Tints of Fern Green #4D8C47
RGB
CMYK
RGB Variations
Color information
#4D8C47 (or 0x4D8C47) is known color: Fern Green. HEX triplet: 4D, 8C and 47. RGB value is (77,140,71). Sum of RGB (Red+Green+Blue) = 77+140+71=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #4D8C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8C47 is #B273B8. Grayscale: #717171. Windows color (decimal): -11695033 or 4688973. OLE color: 4688973.
HSL color Cylindrical-coordinate representation of color #4D8C47: hue angle of 114.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D8C47 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 140 | 71 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.45 |
| HSL | 114.78º | 0.33% | 0.41% | - |
| HSV(B) | 114.78º | 0.49% | 0.55% | - |
| XYZ | 13.58 | 20.79 | 9.26 | - |
| YUV | 113.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 140 | 71 | 0.45 | 0 | 0.49 | 0.45 | 114.78 | 0.33 | 0.41 |
| Hex | 4D | 8C | 47 | 2D | 0 | 31 | 2D | 73 | 21 | 29 |
| Octal | 115 | 214 | 107 | 55 | 0 | 61 | 55 | 163 | 41 | 51 |
| Binary | 1001101 | 10001100 | 1000111 | 101101 | 0 | 110001 | 101101 | 1110011 | 100001 | 101001 |
Color Harmonies of #4D8C47
Complementary color
Monochromatic Colors of #4D8C47
Black with #4D8C47
Text Example
Text Example
White with #4D8C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8C47; }
p { color: rgb(77,140,71); }
H1.HeaderClassName
{
color: #4D8C47;
}
.AnyTagClassName
{
color: #4D8C47;
}
</style>
background-color css
<style>
a { background-color: #4D8C47; }
a { background-color: rgb(77,140,71); }
div.DivClassName
{
background-color: #4D8C47;
}
.BgClassName
{
background-color: #4D8C47;
}
</style>
border-color css
<style>
span { border-color: #4D8C47; }
span { border-color: rgb(77,140,71); }
td.TdClassName
{
border-color: #4D8C47;
}
.TagClassName
{
border-color: #4D8C47;
}
</style>