Shades of Lunar Green #535845
Tints of Lunar Green #535845
RGB
CMYK
RGB Variations
Color information
#535845 (or 0x535845) is known color: Lunar Green. HEX triplet: 53, 58 and 45. RGB value is (83,88,69). Sum of RGB (Red+Green+Blue) = 83+88+69=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #535845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535845 is #ACA7BA. Grayscale: #545454. Windows color (decimal): -11315131 or 4544595. OLE color: 4544595.
HSL color Cylindrical-coordinate representation of color #535845: hue angle of 75.79º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #535845 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 69 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.65 |
| HSL | 75.79º | 0.12% | 0.31% | - |
| HSV(B) | 75.79º | 0.22% | 0.35% | - |
| XYZ | 8.13 | 9.25 | 6.99 | - |
| YUV | 84.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 69 | 0.06 | 0 | 0.22 | 0.65 | 75.79 | 0.12 | 0.31 |
| Hex | 53 | 58 | 45 | 6 | 0 | 16 | 41 | 4C | C | 1F |
| Octal | 123 | 130 | 105 | 6 | 0 | 26 | 101 | 114 | 14 | 37 |
| Binary | 1010011 | 1011000 | 1000101 | 110 | 0 | 10110 | 1000001 | 1001100 | 1100 | 11111 |
Color Harmonies of #535845
Complementary color
Monochromatic Colors of #535845
Black with #535845
Text Example
Text Example
White with #535845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535845; }
p { color: rgb(83,88,69); }
H1.HeaderClassName
{
color: #535845;
}
.AnyTagClassName
{
color: #535845;
}
</style>
background-color css
<style>
a { background-color: #535845; }
a { background-color: rgb(83,88,69); }
div.DivClassName
{
background-color: #535845;
}
.BgClassName
{
background-color: #535845;
}
</style>
border-color css
<style>
span { border-color: #535845; }
span { border-color: rgb(83,88,69); }
td.TdClassName
{
border-color: #535845;
}
.TagClassName
{
border-color: #535845;
}
</style>