Shades of Lunar Green #515B3F
Tints of Lunar Green #515B3F
RGB
CMYK
RGB Variations
Color information
#515B3F (or 0x515B3F) is known color: Lunar Green. HEX triplet: 51, 5B and 3F. RGB value is (81,91,63). Sum of RGB (Red+Green+Blue) = 81+91+63=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #515B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B3F is #AEA4C0. Grayscale: #545454. Windows color (decimal): -11445441 or 4152145. OLE color: 4152145.
HSL color Cylindrical-coordinate representation of color #515B3F: hue angle of 81.43º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515B3F is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 63 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.64 |
| HSL | 81.43º | 0.18% | 0.3% | - |
| HSV(B) | 81.43º | 0.31% | 0.36% | - |
| XYZ | 8.03 | 9.59 | 6.13 | - |
| YUV | 84.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 63 | 0.11 | 0 | 0.31 | 0.64 | 81.43 | 0.18 | 0.3 |
| Hex | 51 | 5B | 3F | B | 0 | 1F | 40 | 51 | 12 | 1E |
| Octal | 121 | 133 | 77 | 13 | 0 | 37 | 100 | 121 | 22 | 36 |
| Binary | 1010001 | 1011011 | 111111 | 1011 | 0 | 11111 | 1000000 | 1010001 | 10010 | 11110 |
Color Harmonies of #515B3F
Complementary color
Monochromatic Colors of #515B3F
Black with #515B3F
Text Example
Text Example
White with #515B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B3F; }
p { color: rgb(81,91,63); }
H1.HeaderClassName
{
color: #515B3F;
}
.AnyTagClassName
{
color: #515B3F;
}
</style>
background-color css
<style>
a { background-color: #515B3F; }
a { background-color: rgb(81,91,63); }
div.DivClassName
{
background-color: #515B3F;
}
.BgClassName
{
background-color: #515B3F;
}
</style>
border-color css
<style>
span { border-color: #515B3F; }
span { border-color: rgb(81,91,63); }
td.TdClassName
{
border-color: #515B3F;
}
.TagClassName
{
border-color: #515B3F;
}
</style>