Shades of Lunar Green #4D5240
Tints of Lunar Green #4D5240
RGB
CMYK
RGB Variations
Color information
#4D5240 (or 0x4D5240) is known color: Lunar Green. HEX triplet: 4D, 52 and 40. RGB value is (77,82,64). Sum of RGB (Red+Green+Blue) = 77+82+64=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5240 is #B2ADBF. Grayscale: #4E4E4E. Windows color (decimal): -11709888 or 4215373. OLE color: 4215373.
HSL color Cylindrical-coordinate representation of color #4D5240: hue angle of 76.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D5240 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 64 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.68 |
| HSL | 76.67º | 0.12% | 0.29% | - |
| HSV(B) | 76.67º | 0.22% | 0.32% | - |
| XYZ | 7 | 7.98 | 6.02 | - |
| YUV | 78.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 64 | 0.06 | 0 | 0.22 | 0.68 | 76.67 | 0.12 | 0.29 |
| Hex | 4D | 52 | 40 | 6 | 0 | 16 | 44 | 4D | C | 1D |
| Octal | 115 | 122 | 100 | 6 | 0 | 26 | 104 | 115 | 14 | 35 |
| Binary | 1001101 | 1010010 | 1000000 | 110 | 0 | 10110 | 1000100 | 1001101 | 1100 | 11101 |
Color Harmonies of #4D5240
Complementary color
Monochromatic Colors of #4D5240
Black with #4D5240
Text Example
Text Example
White with #4D5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5240; }
p { color: rgb(77,82,64); }
H1.HeaderClassName
{
color: #4D5240;
}
.AnyTagClassName
{
color: #4D5240;
}
</style>
background-color css
<style>
a { background-color: #4D5240; }
a { background-color: rgb(77,82,64); }
div.DivClassName
{
background-color: #4D5240;
}
.BgClassName
{
background-color: #4D5240;
}
</style>
border-color css
<style>
span { border-color: #4D5240; }
span { border-color: rgb(77,82,64); }
td.TdClassName
{
border-color: #4D5240;
}
.TagClassName
{
border-color: #4D5240;
}
</style>