Shades of Lunar Green #4D5340
Tints of Lunar Green #4D5340
RGB
CMYK
RGB Variations
Color information
#4D5340 (or 0x4D5340) is known color: Lunar Green. HEX triplet: 4D, 53 and 40. RGB value is (77,83,64). Sum of RGB (Red+Green+Blue) = 77+83+64=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5340 is #B2ACBF. Grayscale: #4F4F4F. Windows color (decimal): -11709632 or 4215629. OLE color: 4215629.
HSL color Cylindrical-coordinate representation of color #4D5340: hue angle of 78.95º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D5340 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 64 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.67 |
| HSL | 78.95º | 0.13% | 0.29% | - |
| HSV(B) | 78.95º | 0.23% | 0.33% | - |
| XYZ | 7.08 | 8.13 | 6.05 | - |
| YUV | 79.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 64 | 0.07 | 0 | 0.23 | 0.67 | 78.95 | 0.13 | 0.29 |
| Hex | 4D | 53 | 40 | 7 | 0 | 17 | 43 | 4F | D | 1D |
| Octal | 115 | 123 | 100 | 7 | 0 | 27 | 103 | 117 | 15 | 35 |
| Binary | 1001101 | 1010011 | 1000000 | 111 | 0 | 10111 | 1000011 | 1001111 | 1101 | 11101 |
Color Harmonies of #4D5340
Complementary color
Monochromatic Colors of #4D5340
Black with #4D5340
Text Example
Text Example
White with #4D5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5340; }
p { color: rgb(77,83,64); }
H1.HeaderClassName
{
color: #4D5340;
}
.AnyTagClassName
{
color: #4D5340;
}
</style>
background-color css
<style>
a { background-color: #4D5340; }
a { background-color: rgb(77,83,64); }
div.DivClassName
{
background-color: #4D5340;
}
.BgClassName
{
background-color: #4D5340;
}
</style>
border-color css
<style>
span { border-color: #4D5340; }
span { border-color: rgb(77,83,64); }
td.TdClassName
{
border-color: #4D5340;
}
.TagClassName
{
border-color: #4D5340;
}
</style>