Shades of Lunar Green #535C40
Tints of Lunar Green #535C40
RGB
CMYK
RGB Variations
Color information
#535C40 (or 0x535C40) is known color: Lunar Green. HEX triplet: 53, 5C and 40. RGB value is (83,92,64). Sum of RGB (Red+Green+Blue) = 83+92+64=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #535C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C40 is #ACA3BF. Grayscale: #565656. Windows color (decimal): -11314112 or 4217939. OLE color: 4217939.
HSL color Cylindrical-coordinate representation of color #535C40: hue angle of 79.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535C40 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 92 | 64 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.64 |
| HSL | 79.29º | 0.18% | 0.31% | - |
| HSV(B) | 79.29º | 0.3% | 0.36% | - |
| XYZ | 8.32 | 9.86 | 6.32 | - |
| YUV | 86.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 64 | 0.10 | 0 | 0.30 | 0.64 | 79.29 | 0.18 | 0.31 |
| Hex | 53 | 5C | 40 | A | 0 | 1E | 40 | 4F | 12 | 1F |
| Octal | 123 | 134 | 100 | 12 | 0 | 36 | 100 | 117 | 22 | 37 |
| Binary | 1010011 | 1011100 | 1000000 | 1010 | 0 | 11110 | 1000000 | 1001111 | 10010 | 11111 |
Color Harmonies of #535C40
Complementary color
Monochromatic Colors of #535C40
Black with #535C40
Text Example
Text Example
White with #535C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C40; }
p { color: rgb(83,92,64); }
H1.HeaderClassName
{
color: #535C40;
}
.AnyTagClassName
{
color: #535C40;
}
</style>
background-color css
<style>
a { background-color: #535C40; }
a { background-color: rgb(83,92,64); }
div.DivClassName
{
background-color: #535C40;
}
.BgClassName
{
background-color: #535C40;
}
</style>
border-color css
<style>
span { border-color: #535C40; }
span { border-color: rgb(83,92,64); }
td.TdClassName
{
border-color: #535C40;
}
.TagClassName
{
border-color: #535C40;
}
</style>