Shades of Lunar Green #4D563E
Tints of Lunar Green #4D563E
RGB
CMYK
RGB Variations
Color information
#4D563E (or 0x4D563E) is known color: Lunar Green. HEX triplet: 4D, 56 and 3E. RGB value is (77,86,62). Sum of RGB (Red+Green+Blue) = 77+86+62=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #4D563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D563E is #B2A9C1. Grayscale: #505050. Windows color (decimal): -11708866 or 4085325. OLE color: 4085325.
HSL color Cylindrical-coordinate representation of color #4D563E: hue angle of 82.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D563E is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 86 | 62 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.66 |
| HSL | 82.5º | 0.16% | 0.29% | - |
| HSV(B) | 82.5º | 0.28% | 0.34% | - |
| XYZ | 7.26 | 8.58 | 5.83 | - |
| YUV | 80.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 62 | 0.10 | 0 | 0.28 | 0.66 | 82.5 | 0.16 | 0.29 |
| Hex | 4D | 56 | 3E | A | 0 | 1C | 42 | 52 | 10 | 1D |
| Octal | 115 | 126 | 76 | 12 | 0 | 34 | 102 | 122 | 20 | 35 |
| Binary | 1001101 | 1010110 | 111110 | 1010 | 0 | 11100 | 1000010 | 1010010 | 10000 | 11101 |
Color Harmonies of #4D563E
Complementary color
Monochromatic Colors of #4D563E
Black with #4D563E
Text Example
Text Example
White with #4D563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D563E; }
p { color: rgb(77,86,62); }
H1.HeaderClassName
{
color: #4D563E;
}
.AnyTagClassName
{
color: #4D563E;
}
</style>
background-color css
<style>
a { background-color: #4D563E; }
a { background-color: rgb(77,86,62); }
div.DivClassName
{
background-color: #4D563E;
}
.BgClassName
{
background-color: #4D563E;
}
</style>
border-color css
<style>
span { border-color: #4D563E; }
span { border-color: rgb(77,86,62); }
td.TdClassName
{
border-color: #4D563E;
}
.TagClassName
{
border-color: #4D563E;
}
</style>