Shades of Lunar Green #535C47
Tints of Lunar Green #535C47
RGB
CMYK
RGB Variations
Color information
#535C47 (or 0x535C47) is known color: Lunar Green. HEX triplet: 53, 5C and 47. RGB value is (83,92,71). Sum of RGB (Red+Green+Blue) = 83+92+71=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 92 - color contains mainly: green. Hex color #535C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C47 is #ACA3B8. Grayscale: #565656. Windows color (decimal): -11314105 or 4676691. OLE color: 4676691.
HSL color Cylindrical-coordinate representation of color #535C47: hue angle of 85.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535C47 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 92 | 71 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.64 |
| HSL | 85.71º | 0.13% | 0.32% | - |
| HSV(B) | 85.71º | 0.23% | 0.36% | - |
| XYZ | 8.53 | 9.95 | 7.43 | - |
| YUV | 86.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 71 | 0.10 | 0 | 0.23 | 0.64 | 85.71 | 0.13 | 0.32 |
| Hex | 53 | 5C | 47 | A | 0 | 17 | 40 | 56 | D | 20 |
| Octal | 123 | 134 | 107 | 12 | 0 | 27 | 100 | 126 | 15 | 40 |
| Binary | 1010011 | 1011100 | 1000111 | 1010 | 0 | 10111 | 1000000 | 1010110 | 1101 | 100000 |
Color Harmonies of #535C47
Complementary color
Monochromatic Colors of #535C47
Black with #535C47
Text Example
Text Example
White with #535C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C47; }
p { color: rgb(83,92,71); }
H1.HeaderClassName
{
color: #535C47;
}
.AnyTagClassName
{
color: #535C47;
}
</style>
background-color css
<style>
a { background-color: #535C47; }
a { background-color: rgb(83,92,71); }
div.DivClassName
{
background-color: #535C47;
}
.BgClassName
{
background-color: #535C47;
}
</style>
border-color css
<style>
span { border-color: #535C47; }
span { border-color: rgb(83,92,71); }
td.TdClassName
{
border-color: #535C47;
}
.TagClassName
{
border-color: #535C47;
}
</style>