Shades of Lunar Green #4D5046
Tints of Lunar Green #4D5046
RGB
CMYK
RGB Variations
Color information
#4D5046 (or 0x4D5046) is known color: Lunar Green. HEX triplet: 4D, 50 and 46. RGB value is (77,80,70). Sum of RGB (Red+Green+Blue) = 77+80+70=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5046 is #B2AFB9. Grayscale: #4E4E4E. Windows color (decimal): -11710394 or 4608077. OLE color: 4608077.
HSL color Cylindrical-coordinate representation of color #4D5046: hue angle of 78º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5046 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 70 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.69 |
| HSL | 78º | 0.07% | 0.29% | - |
| HSV(B) | 78º | 0.13% | 0.31% | - |
| XYZ | 7.03 | 7.76 | 6.92 | - |
| YUV | 77.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 70 | 0.04 | 0 | 0.12 | 0.69 | 78 | 0.07 | 0.29 |
| Hex | 4D | 50 | 46 | 4 | 0 | C | 45 | 4E | 7 | 1D |
| Octal | 115 | 120 | 106 | 4 | 0 | 14 | 105 | 116 | 7 | 35 |
| Binary | 1001101 | 1010000 | 1000110 | 100 | 0 | 1100 | 1000101 | 1001110 | 111 | 11101 |
Color Harmonies of #4D5046
Complementary color
Monochromatic Colors of #4D5046
Black with #4D5046
Text Example
Text Example
White with #4D5046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5046; }
p { color: rgb(77,80,70); }
H1.HeaderClassName
{
color: #4D5046;
}
.AnyTagClassName
{
color: #4D5046;
}
</style>
background-color css
<style>
a { background-color: #4D5046; }
a { background-color: rgb(77,80,70); }
div.DivClassName
{
background-color: #4D5046;
}
.BgClassName
{
background-color: #4D5046;
}
</style>
border-color css
<style>
span { border-color: #4D5046; }
span { border-color: rgb(77,80,70); }
td.TdClassName
{
border-color: #4D5046;
}
.TagClassName
{
border-color: #4D5046;
}
</style>