Shades of Lunar Green #515B41
Tints of Lunar Green #515B41
RGB
CMYK
RGB Variations
Color information
#515B41 (or 0x515B41) is known color: Lunar Green. HEX triplet: 51, 5B and 41. RGB value is (81,91,65). Sum of RGB (Red+Green+Blue) = 81+91+65=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #515B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B41 is #AEA4BE. Grayscale: #555555. Windows color (decimal): -11445439 or 4283217. OLE color: 4283217.
HSL color Cylindrical-coordinate representation of color #515B41: hue angle of 83.08º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #515B41 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 65 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.64 |
| HSL | 83.08º | 0.17% | 0.31% | - |
| HSV(B) | 83.08º | 0.29% | 0.36% | - |
| XYZ | 8.09 | 9.61 | 6.43 | - |
| YUV | 85.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 65 | 0.11 | 0 | 0.29 | 0.64 | 83.08 | 0.17 | 0.31 |
| Hex | 51 | 5B | 41 | B | 0 | 1D | 40 | 53 | 11 | 1F |
| Octal | 121 | 133 | 101 | 13 | 0 | 35 | 100 | 123 | 21 | 37 |
| Binary | 1010001 | 1011011 | 1000001 | 1011 | 0 | 11101 | 1000000 | 1010011 | 10001 | 11111 |
Color Harmonies of #515B41
Complementary color
Monochromatic Colors of #515B41
Black with #515B41
Text Example
Text Example
White with #515B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B41; }
p { color: rgb(81,91,65); }
H1.HeaderClassName
{
color: #515B41;
}
.AnyTagClassName
{
color: #515B41;
}
</style>
background-color css
<style>
a { background-color: #515B41; }
a { background-color: rgb(81,91,65); }
div.DivClassName
{
background-color: #515B41;
}
.BgClassName
{
background-color: #515B41;
}
</style>
border-color css
<style>
span { border-color: #515B41; }
span { border-color: rgb(81,91,65); }
td.TdClassName
{
border-color: #515B41;
}
.TagClassName
{
border-color: #515B41;
}
</style>