Shades of Lunar Green #535A47
Tints of Lunar Green #535A47
RGB
CMYK
RGB Variations
Color information
#535A47 (or 0x535A47) is known color: Lunar Green. HEX triplet: 53, 5A and 47. RGB value is (83,90,71). Sum of RGB (Red+Green+Blue) = 83+90+71=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #535A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A47 is #ACA5B8. Grayscale: #555555. Windows color (decimal): -11314617 or 4676179. OLE color: 4676179.
HSL color Cylindrical-coordinate representation of color #535A47: hue angle of 82.11º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535A47 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 71 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.65 |
| HSL | 82.11º | 0.12% | 0.32% | - |
| HSV(B) | 82.11º | 0.21% | 0.35% | - |
| XYZ | 8.36 | 9.61 | 7.37 | - |
| YUV | 85.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 71 | 0.08 | 0 | 0.21 | 0.65 | 82.11 | 0.12 | 0.32 |
| Hex | 53 | 5A | 47 | 8 | 0 | 15 | 41 | 52 | C | 20 |
| Octal | 123 | 132 | 107 | 10 | 0 | 25 | 101 | 122 | 14 | 40 |
| Binary | 1010011 | 1011010 | 1000111 | 1000 | 0 | 10101 | 1000001 | 1010010 | 1100 | 100000 |
Color Harmonies of #535A47
Complementary color
Monochromatic Colors of #535A47
Black with #535A47
Text Example
Text Example
White with #535A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A47; }
p { color: rgb(83,90,71); }
H1.HeaderClassName
{
color: #535A47;
}
.AnyTagClassName
{
color: #535A47;
}
</style>
background-color css
<style>
a { background-color: #535A47; }
a { background-color: rgb(83,90,71); }
div.DivClassName
{
background-color: #535A47;
}
.BgClassName
{
background-color: #535A47;
}
</style>
border-color css
<style>
span { border-color: #535A47; }
span { border-color: rgb(83,90,71); }
td.TdClassName
{
border-color: #535A47;
}
.TagClassName
{
border-color: #535A47;
}
</style>