Shades of Fern Green #4D884A
Tints of Fern Green #4D884A
RGB
CMYK
RGB Variations
Color information
#4D884A (or 0x4D884A) is known color: Fern Green. HEX triplet: 4D, 88 and 4A. RGB value is (77,136,74). Sum of RGB (Red+Green+Blue) = 77+136+74=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #4D884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D884A is #B277B5. Grayscale: #6F6F6F. Windows color (decimal): -11696054 or 4884557. OLE color: 4884557.
HSL color Cylindrical-coordinate representation of color #4D884A: hue angle of 117.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D884A is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 136 | 74 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.47 |
| HSL | 117.1º | 0.3% | 0.41% | - |
| HSV(B) | 117.1º | 0.46% | 0.53% | - |
| XYZ | 13.1 | 19.68 | 9.59 | - |
| YUV | 111.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 74 | 0.43 | 0 | 0.46 | 0.47 | 117.1 | 0.3 | 0.41 |
| Hex | 4D | 88 | 4A | 2B | 0 | 2E | 2F | 75 | 1E | 29 |
| Octal | 115 | 210 | 112 | 53 | 0 | 56 | 57 | 165 | 36 | 51 |
| Binary | 1001101 | 10001000 | 1001010 | 101011 | 0 | 101110 | 101111 | 1110101 | 11110 | 101001 |
Color Harmonies of #4D884A
Complementary color
Monochromatic Colors of #4D884A
Black with #4D884A
Text Example
Text Example
White with #4D884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D884A; }
p { color: rgb(77,136,74); }
H1.HeaderClassName
{
color: #4D884A;
}
.AnyTagClassName
{
color: #4D884A;
}
</style>
background-color css
<style>
a { background-color: #4D884A; }
a { background-color: rgb(77,136,74); }
div.DivClassName
{
background-color: #4D884A;
}
.BgClassName
{
background-color: #4D884A;
}
</style>
border-color css
<style>
span { border-color: #4D884A; }
span { border-color: rgb(77,136,74); }
td.TdClassName
{
border-color: #4D884A;
}
.TagClassName
{
border-color: #4D884A;
}
</style>