Shades of Lunar Green #535745
Tints of Lunar Green #535745
RGB
CMYK
RGB Variations
Color information
#535745 (or 0x535745) is known color: Lunar Green. HEX triplet: 53, 57 and 45. RGB value is (83,87,69). Sum of RGB (Red+Green+Blue) = 83+87+69=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #535745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535745 is #ACA8BA. Grayscale: #535353. Windows color (decimal): -11315387 or 4544339. OLE color: 4544339.
HSL color Cylindrical-coordinate representation of color #535745: hue angle of 73.33º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535745 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 69 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.66 |
| HSL | 73.33º | 0.12% | 0.31% | - |
| HSV(B) | 73.33º | 0.21% | 0.34% | - |
| XYZ | 8.05 | 9.09 | 6.96 | - |
| YUV | 83.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 69 | 0.05 | 0 | 0.21 | 0.66 | 73.33 | 0.12 | 0.31 |
| Hex | 53 | 57 | 45 | 5 | 0 | 15 | 42 | 49 | C | 1F |
| Octal | 123 | 127 | 105 | 5 | 0 | 25 | 102 | 111 | 14 | 37 |
| Binary | 1010011 | 1010111 | 1000101 | 101 | 0 | 10101 | 1000010 | 1001001 | 1100 | 11111 |
Color Harmonies of #535745
Complementary color
Monochromatic Colors of #535745
Black with #535745
Text Example
Text Example
White with #535745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535745; }
p { color: rgb(83,87,69); }
H1.HeaderClassName
{
color: #535745;
}
.AnyTagClassName
{
color: #535745;
}
</style>
background-color css
<style>
a { background-color: #535745; }
a { background-color: rgb(83,87,69); }
div.DivClassName
{
background-color: #535745;
}
.BgClassName
{
background-color: #535745;
}
</style>
border-color css
<style>
span { border-color: #535745; }
span { border-color: rgb(83,87,69); }
td.TdClassName
{
border-color: #535745;
}
.TagClassName
{
border-color: #535745;
}
</style>