Shades of Lunar Green #535749
Tints of Lunar Green #535749
RGB
CMYK
RGB Variations
Color information
#535749 (or 0x535749) is known color: Lunar Green. HEX triplet: 53, 57 and 49. RGB value is (83,87,73). Sum of RGB (Red+Green+Blue) = 83+87+73=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 87 - color contains mainly: green. Hex color #535749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535749 is #ACA8B6. Grayscale: #545454. Windows color (decimal): -11315383 or 4806483. OLE color: 4806483.
HSL color Cylindrical-coordinate representation of color #535749: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #535749 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 73 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.66 |
| HSL | 77.14º | 0.09% | 0.31% | - |
| HSV(B) | 77.14º | 0.16% | 0.34% | - |
| XYZ | 8.18 | 9.14 | 7.64 | - |
| YUV | 84.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 73 | 0.05 | 0 | 0.16 | 0.66 | 77.14 | 0.09 | 0.31 |
| Hex | 53 | 57 | 49 | 5 | 0 | 10 | 42 | 4D | 9 | 1F |
| Octal | 123 | 127 | 111 | 5 | 0 | 20 | 102 | 115 | 11 | 37 |
| Binary | 1010011 | 1010111 | 1001001 | 101 | 0 | 10000 | 1000010 | 1001101 | 1001 | 11111 |
Color Harmonies of #535749
Complementary color
Monochromatic Colors of #535749
Black with #535749
Text Example
Text Example
White with #535749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535749; }
p { color: rgb(83,87,73); }
H1.HeaderClassName
{
color: #535749;
}
.AnyTagClassName
{
color: #535749;
}
</style>
background-color css
<style>
a { background-color: #535749; }
a { background-color: rgb(83,87,73); }
div.DivClassName
{
background-color: #535749;
}
.BgClassName
{
background-color: #535749;
}
</style>
border-color css
<style>
span { border-color: #535749; }
span { border-color: rgb(83,87,73); }
td.TdClassName
{
border-color: #535749;
}
.TagClassName
{
border-color: #535749;
}
</style>