Shades of Lunar Green #515C39
Tints of Lunar Green #515C39
RGB
CMYK
RGB Variations
Color information
#515C39 (or 0x515C39) is known color: Lunar Green. HEX triplet: 51, 5C and 39. RGB value is (81,92,57). Sum of RGB (Red+Green+Blue) = 81+92+57=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #515C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C39 is #AEA3C6. Grayscale: #545454. Windows color (decimal): -11445191 or 3759185. OLE color: 3759185.
HSL color Cylindrical-coordinate representation of color #515C39: hue angle of 78.86º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #515C39 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 57 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.64 |
| HSL | 78.86º | 0.23% | 0.29% | - |
| HSV(B) | 78.86º | 0.38% | 0.36% | - |
| XYZ | 7.96 | 9.7 | 5.32 | - |
| YUV | 84.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 57 | 0.12 | 0 | 0.38 | 0.64 | 78.86 | 0.23 | 0.29 |
| Hex | 51 | 5C | 39 | C | 0 | 26 | 40 | 4F | 17 | 1D |
| Octal | 121 | 134 | 71 | 14 | 0 | 46 | 100 | 117 | 27 | 35 |
| Binary | 1010001 | 1011100 | 111001 | 1100 | 0 | 100110 | 1000000 | 1001111 | 10111 | 11101 |
Color Harmonies of #515C39
Complementary color
Monochromatic Colors of #515C39
Black with #515C39
Text Example
Text Example
White with #515C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C39; }
p { color: rgb(81,92,57); }
H1.HeaderClassName
{
color: #515C39;
}
.AnyTagClassName
{
color: #515C39;
}
</style>
background-color css
<style>
a { background-color: #515C39; }
a { background-color: rgb(81,92,57); }
div.DivClassName
{
background-color: #515C39;
}
.BgClassName
{
background-color: #515C39;
}
</style>
border-color css
<style>
span { border-color: #515C39; }
span { border-color: rgb(81,92,57); }
td.TdClassName
{
border-color: #515C39;
}
.TagClassName
{
border-color: #515C39;
}
</style>