Shades of Lunar Green #515745
Tints of Lunar Green #515745
RGB
CMYK
RGB Variations
Color information
#515745 (or 0x515745) is known color: Lunar Green. HEX triplet: 51, 57 and 45. RGB value is (81,87,69). Sum of RGB (Red+Green+Blue) = 81+87+69=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #515745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515745 is #AEA8BA. Grayscale: #535353. Windows color (decimal): -11446459 or 4544337. OLE color: 4544337.
HSL color Cylindrical-coordinate representation of color #515745: hue angle of 80º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515745 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 69 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.66 |
| HSL | 80º | 0.12% | 0.31% | - |
| HSV(B) | 80º | 0.21% | 0.34% | - |
| XYZ | 7.88 | 9 | 6.95 | - |
| YUV | 83.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 69 | 0.07 | 0 | 0.21 | 0.66 | 80 | 0.12 | 0.31 |
| Hex | 51 | 57 | 45 | 7 | 0 | 15 | 42 | 50 | C | 1F |
| Octal | 121 | 127 | 105 | 7 | 0 | 25 | 102 | 120 | 14 | 37 |
| Binary | 1010001 | 1010111 | 1000101 | 111 | 0 | 10101 | 1000010 | 1010000 | 1100 | 11111 |
Color Harmonies of #515745
Complementary color
Monochromatic Colors of #515745
Black with #515745
Text Example
Text Example
White with #515745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515745; }
p { color: rgb(81,87,69); }
H1.HeaderClassName
{
color: #515745;
}
.AnyTagClassName
{
color: #515745;
}
</style>
background-color css
<style>
a { background-color: #515745; }
a { background-color: rgb(81,87,69); }
div.DivClassName
{
background-color: #515745;
}
.BgClassName
{
background-color: #515745;
}
</style>
border-color css
<style>
span { border-color: #515745; }
span { border-color: rgb(81,87,69); }
td.TdClassName
{
border-color: #515745;
}
.TagClassName
{
border-color: #515745;
}
</style>