Shades of Lunar Green #535D45
Tints of Lunar Green #535D45
RGB
CMYK
RGB Variations
Color information
#535D45 (or 0x535D45) is known color: Lunar Green. HEX triplet: 53, 5D and 45. RGB value is (83,93,69). Sum of RGB (Red+Green+Blue) = 83+93+69=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 93 - color contains mainly: green. Hex color #535D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D45 is #ACA2BA. Grayscale: #575757. Windows color (decimal): -11313851 or 4545875. OLE color: 4545875.
HSL color Cylindrical-coordinate representation of color #535D45: hue angle of 85º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #535D45 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 93 | 69 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.64 |
| HSL | 85º | 0.15% | 0.32% | - |
| HSV(B) | 85º | 0.26% | 0.36% | - |
| XYZ | 8.56 | 10.1 | 7.13 | - |
| YUV | 87.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 69 | 0.11 | 0 | 0.26 | 0.64 | 85 | 0.15 | 0.32 |
| Hex | 53 | 5D | 45 | B | 0 | 1A | 40 | 55 | F | 20 |
| Octal | 123 | 135 | 105 | 13 | 0 | 32 | 100 | 125 | 17 | 40 |
| Binary | 1010011 | 1011101 | 1000101 | 1011 | 0 | 11010 | 1000000 | 1010101 | 1111 | 100000 |
Color Harmonies of #535D45
Complementary color
Monochromatic Colors of #535D45
Black with #535D45
Text Example
Text Example
White with #535D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D45; }
p { color: rgb(83,93,69); }
H1.HeaderClassName
{
color: #535D45;
}
.AnyTagClassName
{
color: #535D45;
}
</style>
background-color css
<style>
a { background-color: #535D45; }
a { background-color: rgb(83,93,69); }
div.DivClassName
{
background-color: #535D45;
}
.BgClassName
{
background-color: #535D45;
}
</style>
border-color css
<style>
span { border-color: #535D45; }
span { border-color: rgb(83,93,69); }
td.TdClassName
{
border-color: #535D45;
}
.TagClassName
{
border-color: #535D45;
}
</style>