Shades of Fern Green #4D804A
Tints of Fern Green #4D804A
RGB
CMYK
RGB Variations
Color information
#4D804A (or 0x4D804A) is known color: Fern Green. HEX triplet: 4D, 80 and 4A. RGB value is (77,128,74). Sum of RGB (Red+Green+Blue) = 77+128+74=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #4D804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D804A is #B27FB5. Grayscale: #6A6A6A. Windows color (decimal): -11698102 or 4882509. OLE color: 4882509.
HSL color Cylindrical-coordinate representation of color #4D804A: hue angle of 116.67º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D804A is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 74 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.50 |
| HSL | 116.67º | 0.27% | 0.4% | - |
| HSV(B) | 116.67º | 0.42% | 0.5% | - |
| XYZ | 12.02 | 17.51 | 9.23 | - |
| YUV | 106.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 74 | 0.40 | 0 | 0.42 | 0.50 | 116.67 | 0.27 | 0.4 |
| Hex | 4D | 80 | 4A | 28 | 0 | 2A | 32 | 75 | 1B | 28 |
| Octal | 115 | 200 | 112 | 50 | 0 | 52 | 62 | 165 | 33 | 50 |
| Binary | 1001101 | 10000000 | 1001010 | 101000 | 0 | 101010 | 110010 | 1110101 | 11011 | 101000 |
Color Harmonies of #4D804A
Complementary color
Monochromatic Colors of #4D804A
Black with #4D804A
Text Example
Text Example
White with #4D804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D804A; }
p { color: rgb(77,128,74); }
H1.HeaderClassName
{
color: #4D804A;
}
.AnyTagClassName
{
color: #4D804A;
}
</style>
background-color css
<style>
a { background-color: #4D804A; }
a { background-color: rgb(77,128,74); }
div.DivClassName
{
background-color: #4D804A;
}
.BgClassName
{
background-color: #4D804A;
}
</style>
border-color css
<style>
span { border-color: #4D804A; }
span { border-color: rgb(77,128,74); }
td.TdClassName
{
border-color: #4D804A;
}
.TagClassName
{
border-color: #4D804A;
}
</style>