Shades of Lunar Green #515740
Tints of Lunar Green #515740
RGB
CMYK
RGB Variations
Color information
#515740 (or 0x515740) is known color: Lunar Green. HEX triplet: 51, 57 and 40. RGB value is (81,87,64). Sum of RGB (Red+Green+Blue) = 81+87+64=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 87 - color contains mainly: green. Hex color #515740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515740 is #AEA8BF. Grayscale: #525252. Windows color (decimal): -11446464 or 4216657. OLE color: 4216657.
HSL color Cylindrical-coordinate representation of color #515740: hue angle of 75.65º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515740 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 64 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.66 |
| HSL | 75.65º | 0.15% | 0.3% | - |
| HSV(B) | 75.65º | 0.26% | 0.34% | - |
| XYZ | 7.73 | 8.94 | 6.17 | - |
| YUV | 82.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 64 | 0.07 | 0 | 0.26 | 0.66 | 75.65 | 0.15 | 0.3 |
| Hex | 51 | 57 | 40 | 7 | 0 | 1A | 42 | 4C | F | 1E |
| Octal | 121 | 127 | 100 | 7 | 0 | 32 | 102 | 114 | 17 | 36 |
| Binary | 1010001 | 1010111 | 1000000 | 111 | 0 | 11010 | 1000010 | 1001100 | 1111 | 11110 |
Color Harmonies of #515740
Complementary color
Monochromatic Colors of #515740
Black with #515740
Text Example
Text Example
White with #515740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515740; }
p { color: rgb(81,87,64); }
H1.HeaderClassName
{
color: #515740;
}
.AnyTagClassName
{
color: #515740;
}
</style>
background-color css
<style>
a { background-color: #515740; }
a { background-color: rgb(81,87,64); }
div.DivClassName
{
background-color: #515740;
}
.BgClassName
{
background-color: #515740;
}
</style>
border-color css
<style>
span { border-color: #515740; }
span { border-color: rgb(81,87,64); }
td.TdClassName
{
border-color: #515740;
}
.TagClassName
{
border-color: #515740;
}
</style>