Shades of Lunar Green #4D5342
Tints of Lunar Green #4D5342
RGB
CMYK
RGB Variations
Color information
#4D5342 (or 0x4D5342) is known color: Lunar Green. HEX triplet: 4D, 53 and 42. RGB value is (77,83,66). Sum of RGB (Red+Green+Blue) = 77+83+66=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5342 is #B2ACBD. Grayscale: #4F4F4F. Windows color (decimal): -11709630 or 4346701. OLE color: 4346701.
HSL color Cylindrical-coordinate representation of color #4D5342: hue angle of 81.18º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D5342 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 66 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.67 |
| HSL | 81.18º | 0.11% | 0.29% | - |
| HSV(B) | 81.18º | 0.2% | 0.33% | - |
| XYZ | 7.14 | 8.16 | 6.35 | - |
| YUV | 79.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 66 | 0.07 | 0 | 0.20 | 0.67 | 81.18 | 0.11 | 0.29 |
| Hex | 4D | 53 | 42 | 7 | 0 | 14 | 43 | 51 | B | 1D |
| Octal | 115 | 123 | 102 | 7 | 0 | 24 | 103 | 121 | 13 | 35 |
| Binary | 1001101 | 1010011 | 1000010 | 111 | 0 | 10100 | 1000011 | 1010001 | 1011 | 11101 |
Color Harmonies of #4D5342
Complementary color
Monochromatic Colors of #4D5342
Black with #4D5342
Text Example
Text Example
White with #4D5342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5342; }
p { color: rgb(77,83,66); }
H1.HeaderClassName
{
color: #4D5342;
}
.AnyTagClassName
{
color: #4D5342;
}
</style>
background-color css
<style>
a { background-color: #4D5342; }
a { background-color: rgb(77,83,66); }
div.DivClassName
{
background-color: #4D5342;
}
.BgClassName
{
background-color: #4D5342;
}
</style>
border-color css
<style>
span { border-color: #4D5342; }
span { border-color: rgb(77,83,66); }
td.TdClassName
{
border-color: #4D5342;
}
.TagClassName
{
border-color: #4D5342;
}
</style>