Shades of Lunar Green #515645
Tints of Lunar Green #515645
RGB
CMYK
RGB Variations
Color information
#515645 (or 0x515645) is known color: Lunar Green. HEX triplet: 51, 56 and 45. RGB value is (81,86,69). Sum of RGB (Red+Green+Blue) = 81+86+69=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #515645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515645 is #AEA9BA. Grayscale: #525252. Windows color (decimal): -11446715 or 4544081. OLE color: 4544081.
HSL color Cylindrical-coordinate representation of color #515645: hue angle of 77.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515645 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 86 | 69 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.66 |
| HSL | 77.65º | 0.11% | 0.3% | - |
| HSV(B) | 77.65º | 0.2% | 0.34% | - |
| XYZ | 7.8 | 8.83 | 6.92 | - |
| YUV | 82.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 69 | 0.06 | 0 | 0.20 | 0.66 | 77.65 | 0.11 | 0.3 |
| Hex | 51 | 56 | 45 | 6 | 0 | 14 | 42 | 4E | B | 1E |
| Octal | 121 | 126 | 105 | 6 | 0 | 24 | 102 | 116 | 13 | 36 |
| Binary | 1010001 | 1010110 | 1000101 | 110 | 0 | 10100 | 1000010 | 1001110 | 1011 | 11110 |
Color Harmonies of #515645
Complementary color
Monochromatic Colors of #515645
Black with #515645
Text Example
Text Example
White with #515645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515645; }
p { color: rgb(81,86,69); }
H1.HeaderClassName
{
color: #515645;
}
.AnyTagClassName
{
color: #515645;
}
</style>
background-color css
<style>
a { background-color: #515645; }
a { background-color: rgb(81,86,69); }
div.DivClassName
{
background-color: #515645;
}
.BgClassName
{
background-color: #515645;
}
</style>
border-color css
<style>
span { border-color: #515645; }
span { border-color: rgb(81,86,69); }
td.TdClassName
{
border-color: #515645;
}
.TagClassName
{
border-color: #515645;
}
</style>