Shades of Lunar Green #4D563A
Tints of Lunar Green #4D563A
RGB
CMYK
RGB Variations
Color information
#4D563A (or 0x4D563A) is known color: Lunar Green. HEX triplet: 4D, 56 and 3A. RGB value is (77,86,58). Sum of RGB (Red+Green+Blue) = 77+86+58=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #4D563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D563A is #B2A9C5. Grayscale: #505050. Windows color (decimal): -11708870 or 3823181. OLE color: 3823181.
HSL color Cylindrical-coordinate representation of color #4D563A: hue angle of 79.29º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D563A is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 86 | 58 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.66 |
| HSL | 79.29º | 0.19% | 0.28% | - |
| HSV(B) | 79.29º | 0.33% | 0.34% | - |
| XYZ | 7.15 | 8.54 | 5.27 | - |
| YUV | 80.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 58 | 0.10 | 0 | 0.33 | 0.66 | 79.29 | 0.19 | 0.28 |
| Hex | 4D | 56 | 3A | A | 0 | 21 | 42 | 4F | 13 | 1C |
| Octal | 115 | 126 | 72 | 12 | 0 | 41 | 102 | 117 | 23 | 34 |
| Binary | 1001101 | 1010110 | 111010 | 1010 | 0 | 100001 | 1000010 | 1001111 | 10011 | 11100 |
Color Harmonies of #4D563A
Complementary color
Monochromatic Colors of #4D563A
Black with #4D563A
Text Example
Text Example
White with #4D563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D563A; }
p { color: rgb(77,86,58); }
H1.HeaderClassName
{
color: #4D563A;
}
.AnyTagClassName
{
color: #4D563A;
}
</style>
background-color css
<style>
a { background-color: #4D563A; }
a { background-color: rgb(77,86,58); }
div.DivClassName
{
background-color: #4D563A;
}
.BgClassName
{
background-color: #4D563A;
}
</style>
border-color css
<style>
span { border-color: #4D563A; }
span { border-color: rgb(77,86,58); }
td.TdClassName
{
border-color: #4D563A;
}
.TagClassName
{
border-color: #4D563A;
}
</style>