Shades of Lunar Green #4D523F
Tints of Lunar Green #4D523F
RGB
CMYK
RGB Variations
Color information
#4D523F (or 0x4D523F) is known color: Lunar Green. HEX triplet: 4D, 52 and 3F. RGB value is (77,82,63). Sum of RGB (Red+Green+Blue) = 77+82+63=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #4D523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D523F is #B2ADC0. Grayscale: #4E4E4E. Windows color (decimal): -11709889 or 4149837. OLE color: 4149837.
HSL color Cylindrical-coordinate representation of color #4D523F: hue angle of 75.79º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D523F is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 63 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.68 |
| HSL | 75.79º | 0.13% | 0.28% | - |
| HSV(B) | 75.79º | 0.23% | 0.32% | - |
| XYZ | 6.98 | 7.97 | 5.87 | - |
| YUV | 78.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 63 | 0.06 | 0 | 0.23 | 0.68 | 75.79 | 0.13 | 0.28 |
| Hex | 4D | 52 | 3F | 6 | 0 | 17 | 44 | 4C | D | 1C |
| Octal | 115 | 122 | 77 | 6 | 0 | 27 | 104 | 114 | 15 | 34 |
| Binary | 1001101 | 1010010 | 111111 | 110 | 0 | 10111 | 1000100 | 1001100 | 1101 | 11100 |
Color Harmonies of #4D523F
Complementary color
Monochromatic Colors of #4D523F
Black with #4D523F
Text Example
Text Example
White with #4D523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D523F; }
p { color: rgb(77,82,63); }
H1.HeaderClassName
{
color: #4D523F;
}
.AnyTagClassName
{
color: #4D523F;
}
</style>
background-color css
<style>
a { background-color: #4D523F; }
a { background-color: rgb(77,82,63); }
div.DivClassName
{
background-color: #4D523F;
}
.BgClassName
{
background-color: #4D523F;
}
</style>
border-color css
<style>
span { border-color: #4D523F; }
span { border-color: rgb(77,82,63); }
td.TdClassName
{
border-color: #4D523F;
}
.TagClassName
{
border-color: #4D523F;
}
</style>