Shades of Lunar Green #4D5344
Tints of Lunar Green #4D5344
RGB
CMYK
RGB Variations
Color information
#4D5344 (or 0x4D5344) is known color: Lunar Green. HEX triplet: 4D, 53 and 44. RGB value is (77,83,68). Sum of RGB (Red+Green+Blue) = 77+83+68=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5344 is #B2ACBB. Grayscale: #4F4F4F. Windows color (decimal): -11709628 or 4477773. OLE color: 4477773.
HSL color Cylindrical-coordinate representation of color #4D5344: hue angle of 84º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D5344 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 68 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.67 |
| HSL | 84º | 0.1% | 0.3% | - |
| HSV(B) | 84º | 0.18% | 0.33% | - |
| XYZ | 7.2 | 8.18 | 6.67 | - |
| YUV | 79.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 68 | 0.07 | 0 | 0.18 | 0.67 | 84 | 0.1 | 0.3 |
| Hex | 4D | 53 | 44 | 7 | 0 | 12 | 43 | 54 | A | 1E |
| Octal | 115 | 123 | 104 | 7 | 0 | 22 | 103 | 124 | 12 | 36 |
| Binary | 1001101 | 1010011 | 1000100 | 111 | 0 | 10010 | 1000011 | 1010100 | 1010 | 11110 |
Color Harmonies of #4D5344
Complementary color
Monochromatic Colors of #4D5344
Black with #4D5344
Text Example
Text Example
White with #4D5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5344; }
p { color: rgb(77,83,68); }
H1.HeaderClassName
{
color: #4D5344;
}
.AnyTagClassName
{
color: #4D5344;
}
</style>
background-color css
<style>
a { background-color: #4D5344; }
a { background-color: rgb(77,83,68); }
div.DivClassName
{
background-color: #4D5344;
}
.BgClassName
{
background-color: #4D5344;
}
</style>
border-color css
<style>
span { border-color: #4D5344; }
span { border-color: rgb(77,83,68); }
td.TdClassName
{
border-color: #4D5344;
}
.TagClassName
{
border-color: #4D5344;
}
</style>