Shades of Lunar Green #515C35
Tints of Lunar Green #515C35
RGB
CMYK
RGB Variations
Color information
#515C35 (or 0x515C35) is known color: Lunar Green. HEX triplet: 51, 5C and 35. RGB value is (81,92,53). Sum of RGB (Red+Green+Blue) = 81+92+53=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #515C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C35 is #AEA3CA. Grayscale: #545454. Windows color (decimal): -11445195 or 3497041. OLE color: 3497041.
HSL color Cylindrical-coordinate representation of color #515C35: hue angle of 76.92º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #515C35 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 53 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.64 |
| HSL | 76.92º | 0.27% | 0.28% | - |
| HSV(B) | 76.92º | 0.42% | 0.36% | - |
| XYZ | 7.86 | 9.66 | 4.82 | - |
| YUV | 84.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 53 | 0.12 | 0 | 0.42 | 0.64 | 76.92 | 0.27 | 0.28 |
| Hex | 51 | 5C | 35 | C | 0 | 2A | 40 | 4D | 1B | 1C |
| Octal | 121 | 134 | 65 | 14 | 0 | 52 | 100 | 115 | 33 | 34 |
| Binary | 1010001 | 1011100 | 110101 | 1100 | 0 | 101010 | 1000000 | 1001101 | 11011 | 11100 |
Color Harmonies of #515C35
Complementary color
Monochromatic Colors of #515C35
Black with #515C35
Text Example
Text Example
White with #515C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C35; }
p { color: rgb(81,92,53); }
H1.HeaderClassName
{
color: #515C35;
}
.AnyTagClassName
{
color: #515C35;
}
</style>
background-color css
<style>
a { background-color: #515C35; }
a { background-color: rgb(81,92,53); }
div.DivClassName
{
background-color: #515C35;
}
.BgClassName
{
background-color: #515C35;
}
</style>
border-color css
<style>
span { border-color: #515C35; }
span { border-color: rgb(81,92,53); }
td.TdClassName
{
border-color: #515C35;
}
.TagClassName
{
border-color: #515C35;
}
</style>