Shades of Lunar Green #4D5837
Tints of Lunar Green #4D5837
RGB
CMYK
RGB Variations
Color information
#4D5837 (or 0x4D5837) is known color: Lunar Green. HEX triplet: 4D, 58 and 37. RGB value is (77,88,55). Sum of RGB (Red+Green+Blue) = 77+88+55=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5837 is #B2A7C8. Grayscale: #515151. Windows color (decimal): -11708361 or 3627085. OLE color: 3627085.
HSL color Cylindrical-coordinate representation of color #4D5837: hue angle of 80º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D5837 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 55 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.65 |
| HSL | 80º | 0.23% | 0.28% | - |
| HSV(B) | 80º | 0.38% | 0.35% | - |
| XYZ | 7.24 | 8.83 | 4.94 | - |
| YUV | 80.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 55 | 0.12 | 0 | 0.38 | 0.65 | 80 | 0.23 | 0.28 |
| Hex | 4D | 58 | 37 | C | 0 | 26 | 41 | 50 | 17 | 1C |
| Octal | 115 | 130 | 67 | 14 | 0 | 46 | 101 | 120 | 27 | 34 |
| Binary | 1001101 | 1011000 | 110111 | 1100 | 0 | 100110 | 1000001 | 1010000 | 10111 | 11100 |
Color Harmonies of #4D5837
Complementary color
Monochromatic Colors of #4D5837
Black with #4D5837
Text Example
Text Example
White with #4D5837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5837; }
p { color: rgb(77,88,55); }
H1.HeaderClassName
{
color: #4D5837;
}
.AnyTagClassName
{
color: #4D5837;
}
</style>
background-color css
<style>
a { background-color: #4D5837; }
a { background-color: rgb(77,88,55); }
div.DivClassName
{
background-color: #4D5837;
}
.BgClassName
{
background-color: #4D5837;
}
</style>
border-color css
<style>
span { border-color: #4D5837; }
span { border-color: rgb(77,88,55); }
td.TdClassName
{
border-color: #4D5837;
}
.TagClassName
{
border-color: #4D5837;
}
</style>