Shades of Lunar Green #515644
Tints of Lunar Green #515644
RGB
CMYK
RGB Variations
Color information
#515644 (or 0x515644) is known color: Lunar Green. HEX triplet: 51, 56 and 44. RGB value is (81,86,68). Sum of RGB (Red+Green+Blue) = 81+86+68=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 86 - color contains mainly: green. Hex color #515644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515644 is #AEA9BB. Grayscale: #525252. Windows color (decimal): -11446716 or 4478545. OLE color: 4478545.
HSL color Cylindrical-coordinate representation of color #515644: hue angle of 76.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515644 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 86 | 68 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.66 |
| HSL | 76.67º | 0.12% | 0.3% | - |
| HSV(B) | 76.67º | 0.21% | 0.34% | - |
| XYZ | 7.76 | 8.82 | 6.76 | - |
| YUV | 82.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 68 | 0.06 | 0 | 0.21 | 0.66 | 76.67 | 0.12 | 0.3 |
| Hex | 51 | 56 | 44 | 6 | 0 | 15 | 42 | 4D | C | 1E |
| Octal | 121 | 126 | 104 | 6 | 0 | 25 | 102 | 115 | 14 | 36 |
| Binary | 1010001 | 1010110 | 1000100 | 110 | 0 | 10101 | 1000010 | 1001101 | 1100 | 11110 |
Color Harmonies of #515644
Complementary color
Monochromatic Colors of #515644
Black with #515644
Text Example
Text Example
White with #515644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515644; }
p { color: rgb(81,86,68); }
H1.HeaderClassName
{
color: #515644;
}
.AnyTagClassName
{
color: #515644;
}
</style>
background-color css
<style>
a { background-color: #515644; }
a { background-color: rgb(81,86,68); }
div.DivClassName
{
background-color: #515644;
}
.BgClassName
{
background-color: #515644;
}
</style>
border-color css
<style>
span { border-color: #515644; }
span { border-color: rgb(81,86,68); }
td.TdClassName
{
border-color: #515644;
}
.TagClassName
{
border-color: #515644;
}
</style>