Shades of Lunar Green #535A40
Tints of Lunar Green #535A40
RGB
CMYK
RGB Variations
Color information
#535A40 (or 0x535A40) is known color: Lunar Green. HEX triplet: 53, 5A and 40. RGB value is (83,90,64). Sum of RGB (Red+Green+Blue) = 83+90+64=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 90 - color contains mainly: green. Hex color #535A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A40 is #ACA5BF. Grayscale: #555555. Windows color (decimal): -11314624 or 4217427. OLE color: 4217427.
HSL color Cylindrical-coordinate representation of color #535A40: hue angle of 76.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #535A40 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 64 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.65 |
| HSL | 76.15º | 0.17% | 0.3% | - |
| HSV(B) | 76.15º | 0.29% | 0.35% | - |
| XYZ | 8.15 | 9.52 | 6.26 | - |
| YUV | 84.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 64 | 0.08 | 0 | 0.29 | 0.65 | 76.15 | 0.17 | 0.3 |
| Hex | 53 | 5A | 40 | 8 | 0 | 1D | 41 | 4C | 11 | 1E |
| Octal | 123 | 132 | 100 | 10 | 0 | 35 | 101 | 114 | 21 | 36 |
| Binary | 1010011 | 1011010 | 1000000 | 1000 | 0 | 11101 | 1000001 | 1001100 | 10001 | 11110 |
Color Harmonies of #535A40
Complementary color
Monochromatic Colors of #535A40
Black with #535A40
Text Example
Text Example
White with #535A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A40; }
p { color: rgb(83,90,64); }
H1.HeaderClassName
{
color: #535A40;
}
.AnyTagClassName
{
color: #535A40;
}
</style>
background-color css
<style>
a { background-color: #535A40; }
a { background-color: rgb(83,90,64); }
div.DivClassName
{
background-color: #535A40;
}
.BgClassName
{
background-color: #535A40;
}
</style>
border-color css
<style>
span { border-color: #535A40; }
span { border-color: rgb(83,90,64); }
td.TdClassName
{
border-color: #535A40;
}
.TagClassName
{
border-color: #535A40;
}
</style>