Shades of Fern Green #4D803F
Tints of Fern Green #4D803F
RGB
CMYK
RGB Variations
Color information
#4D803F (or 0x4D803F) is known color: Fern Green. HEX triplet: 4D, 80 and 3F. RGB value is (77,128,63). Sum of RGB (Red+Green+Blue) = 77+128+63=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #4D803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D803F is #B27FC0. Grayscale: #696969. Windows color (decimal): -11698113 or 4161613. OLE color: 4161613.
HSL color Cylindrical-coordinate representation of color #4D803F: hue angle of 107.08º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D803F is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 63 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.50 |
| HSL | 107.08º | 0.34% | 0.37% | - |
| HSV(B) | 107.08º | 0.51% | 0.5% | - |
| XYZ | 11.68 | 17.38 | 7.44 | - |
| YUV | 105.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 63 | 0.40 | 0 | 0.51 | 0.50 | 107.08 | 0.34 | 0.37 |
| Hex | 4D | 80 | 3F | 28 | 0 | 33 | 32 | 6B | 22 | 25 |
| Octal | 115 | 200 | 77 | 50 | 0 | 63 | 62 | 153 | 42 | 45 |
| Binary | 1001101 | 10000000 | 111111 | 101000 | 0 | 110011 | 110010 | 1101011 | 100010 | 100101 |
Color Harmonies of #4D803F
Complementary color
Monochromatic Colors of #4D803F
Black with #4D803F
Text Example
Text Example
White with #4D803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D803F; }
p { color: rgb(77,128,63); }
H1.HeaderClassName
{
color: #4D803F;
}
.AnyTagClassName
{
color: #4D803F;
}
</style>
background-color css
<style>
a { background-color: #4D803F; }
a { background-color: rgb(77,128,63); }
div.DivClassName
{
background-color: #4D803F;
}
.BgClassName
{
background-color: #4D803F;
}
</style>
border-color css
<style>
span { border-color: #4D803F; }
span { border-color: rgb(77,128,63); }
td.TdClassName
{
border-color: #4D803F;
}
.TagClassName
{
border-color: #4D803F;
}
</style>