Shades of Lunar Green #515843
Tints of Lunar Green #515843
RGB
CMYK
RGB Variations
Color information
#515843 (or 0x515843) is known color: Lunar Green. HEX triplet: 51, 58 and 43. RGB value is (81,88,67). Sum of RGB (Red+Green+Blue) = 81+88+67=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #515843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515843 is #AEA7BC. Grayscale: #535353. Windows color (decimal): -11446205 or 4413521. OLE color: 4413521.
HSL color Cylindrical-coordinate representation of color #515843: hue angle of 80º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515843 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 88 | 67 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.65 |
| HSL | 80º | 0.14% | 0.3% | - |
| HSV(B) | 80º | 0.24% | 0.35% | - |
| XYZ | 7.9 | 9.13 | 6.66 | - |
| YUV | 83.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 67 | 0.08 | 0 | 0.24 | 0.65 | 80 | 0.14 | 0.3 |
| Hex | 51 | 58 | 43 | 8 | 0 | 18 | 41 | 50 | E | 1E |
| Octal | 121 | 130 | 103 | 10 | 0 | 30 | 101 | 120 | 16 | 36 |
| Binary | 1010001 | 1011000 | 1000011 | 1000 | 0 | 11000 | 1000001 | 1010000 | 1110 | 11110 |
Color Harmonies of #515843
Complementary color
Monochromatic Colors of #515843
Black with #515843
Text Example
Text Example
White with #515843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515843; }
p { color: rgb(81,88,67); }
H1.HeaderClassName
{
color: #515843;
}
.AnyTagClassName
{
color: #515843;
}
</style>
background-color css
<style>
a { background-color: #515843; }
a { background-color: rgb(81,88,67); }
div.DivClassName
{
background-color: #515843;
}
.BgClassName
{
background-color: #515843;
}
</style>
border-color css
<style>
span { border-color: #515843; }
span { border-color: rgb(81,88,67); }
td.TdClassName
{
border-color: #515843;
}
.TagClassName
{
border-color: #515843;
}
</style>