Shades of Lunar Green #535943
Tints of Lunar Green #535943
RGB
CMYK
RGB Variations
Color information
#535943 (or 0x535943) is known color: Lunar Green. HEX triplet: 53, 59 and 43. RGB value is (83,89,67). Sum of RGB (Red+Green+Blue) = 83+89+67=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #535943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535943 is #ACA6BC. Grayscale: #545454. Windows color (decimal): -11314877 or 4413779. OLE color: 4413779.
HSL color Cylindrical-coordinate representation of color #535943: hue angle of 76.36º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535943 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 67 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.65 |
| HSL | 76.36º | 0.14% | 0.31% | - |
| HSV(B) | 76.36º | 0.25% | 0.35% | - |
| XYZ | 8.15 | 9.39 | 6.69 | - |
| YUV | 84.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 67 | 0.07 | 0 | 0.25 | 0.65 | 76.36 | 0.14 | 0.31 |
| Hex | 53 | 59 | 43 | 7 | 0 | 19 | 41 | 4C | E | 1F |
| Octal | 123 | 131 | 103 | 7 | 0 | 31 | 101 | 114 | 16 | 37 |
| Binary | 1010011 | 1011001 | 1000011 | 111 | 0 | 11001 | 1000001 | 1001100 | 1110 | 11111 |
Color Harmonies of #535943
Complementary color
Monochromatic Colors of #535943
Black with #535943
Text Example
Text Example
White with #535943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535943; }
p { color: rgb(83,89,67); }
H1.HeaderClassName
{
color: #535943;
}
.AnyTagClassName
{
color: #535943;
}
</style>
background-color css
<style>
a { background-color: #535943; }
a { background-color: rgb(83,89,67); }
div.DivClassName
{
background-color: #535943;
}
.BgClassName
{
background-color: #535943;
}
</style>
border-color css
<style>
span { border-color: #535943; }
span { border-color: rgb(83,89,67); }
td.TdClassName
{
border-color: #535943;
}
.TagClassName
{
border-color: #535943;
}
</style>