Shades of Lunar Green #515D3A
Tints of Lunar Green #515D3A
RGB
CMYK
RGB Variations
Color information
#515D3A (or 0x515D3A) is known color: Lunar Green. HEX triplet: 51, 5D and 3A. RGB value is (81,93,58). Sum of RGB (Red+Green+Blue) = 81+93+58=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #515D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D3A is #AEA2C5. Grayscale: #555555. Windows color (decimal): -11444934 or 3824977. OLE color: 3824977.
HSL color Cylindrical-coordinate representation of color #515D3A: hue angle of 80.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #515D3A is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 58 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.64 |
| HSL | 80.57º | 0.23% | 0.3% | - |
| HSV(B) | 80.57º | 0.38% | 0.36% | - |
| XYZ | 8.07 | 9.88 | 5.49 | - |
| YUV | 85.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 58 | 0.13 | 0 | 0.38 | 0.64 | 80.57 | 0.23 | 0.3 |
| Hex | 51 | 5D | 3A | D | 0 | 26 | 40 | 51 | 17 | 1E |
| Octal | 121 | 135 | 72 | 15 | 0 | 46 | 100 | 121 | 27 | 36 |
| Binary | 1010001 | 1011101 | 111010 | 1101 | 0 | 100110 | 1000000 | 1010001 | 10111 | 11110 |
Color Harmonies of #515D3A
Complementary color
Monochromatic Colors of #515D3A
Black with #515D3A
Text Example
Text Example
White with #515D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D3A; }
p { color: rgb(81,93,58); }
H1.HeaderClassName
{
color: #515D3A;
}
.AnyTagClassName
{
color: #515D3A;
}
</style>
background-color css
<style>
a { background-color: #515D3A; }
a { background-color: rgb(81,93,58); }
div.DivClassName
{
background-color: #515D3A;
}
.BgClassName
{
background-color: #515D3A;
}
</style>
border-color css
<style>
span { border-color: #515D3A; }
span { border-color: rgb(81,93,58); }
td.TdClassName
{
border-color: #515D3A;
}
.TagClassName
{
border-color: #515D3A;
}
</style>