Shades of Lunar Green #515C41
Tints of Lunar Green #515C41
RGB
CMYK
RGB Variations
Color information
#515C41 (or 0x515C41) is known color: Lunar Green. HEX triplet: 51, 5C and 41. RGB value is (81,92,65). Sum of RGB (Red+Green+Blue) = 81+92+65=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 92 - color contains mainly: green. Hex color #515C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C41 is #AEA3BE. Grayscale: #555555. Windows color (decimal): -11445183 or 4283473. OLE color: 4283473.
HSL color Cylindrical-coordinate representation of color #515C41: hue angle of 84.44º 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 #515C41 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 65 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.64 |
| HSL | 84.44º | 0.17% | 0.31% | - |
| HSV(B) | 84.44º | 0.29% | 0.36% | - |
| XYZ | 8.17 | 9.79 | 6.46 | - |
| YUV | 85.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 65 | 0.12 | 0 | 0.29 | 0.64 | 84.44 | 0.17 | 0.31 |
| Hex | 51 | 5C | 41 | C | 0 | 1D | 40 | 54 | 11 | 1F |
| Octal | 121 | 134 | 101 | 14 | 0 | 35 | 100 | 124 | 21 | 37 |
| Binary | 1010001 | 1011100 | 1000001 | 1100 | 0 | 11101 | 1000000 | 1010100 | 10001 | 11111 |
Color Harmonies of #515C41
Complementary color
Monochromatic Colors of #515C41
Black with #515C41
Text Example
Text Example
White with #515C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C41; }
p { color: rgb(81,92,65); }
H1.HeaderClassName
{
color: #515C41;
}
.AnyTagClassName
{
color: #515C41;
}
</style>
background-color css
<style>
a { background-color: #515C41; }
a { background-color: rgb(81,92,65); }
div.DivClassName
{
background-color: #515C41;
}
.BgClassName
{
background-color: #515C41;
}
</style>
border-color css
<style>
span { border-color: #515C41; }
span { border-color: rgb(81,92,65); }
td.TdClassName
{
border-color: #515C41;
}
.TagClassName
{
border-color: #515C41;
}
</style>