Shades of Lunar Green #535B44
Tints of Lunar Green #535B44
RGB
CMYK
RGB Variations
Color information
#535B44 (or 0x535B44) is known color: Lunar Green. HEX triplet: 53, 5B and 44. RGB value is (83,91,68). Sum of RGB (Red+Green+Blue) = 83+91+68=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #535B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B44 is #ACA4BB. Grayscale: #565656. Windows color (decimal): -11314364 or 4479827. OLE color: 4479827.
HSL color Cylindrical-coordinate representation of color #535B44: hue angle of 80.87º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535B44 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 68 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.64 |
| HSL | 80.87º | 0.14% | 0.31% | - |
| HSV(B) | 80.87º | 0.25% | 0.36% | - |
| XYZ | 8.35 | 9.74 | 6.91 | - |
| YUV | 85.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 68 | 0.09 | 0 | 0.25 | 0.64 | 80.87 | 0.14 | 0.31 |
| Hex | 53 | 5B | 44 | 9 | 0 | 19 | 40 | 51 | E | 1F |
| Octal | 123 | 133 | 104 | 11 | 0 | 31 | 100 | 121 | 16 | 37 |
| Binary | 1010011 | 1011011 | 1000100 | 1001 | 0 | 11001 | 1000000 | 1010001 | 1110 | 11111 |
Color Harmonies of #535B44
Complementary color
Monochromatic Colors of #535B44
Black with #535B44
Text Example
Text Example
White with #535B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B44; }
p { color: rgb(83,91,68); }
H1.HeaderClassName
{
color: #535B44;
}
.AnyTagClassName
{
color: #535B44;
}
</style>
background-color css
<style>
a { background-color: #535B44; }
a { background-color: rgb(83,91,68); }
div.DivClassName
{
background-color: #535B44;
}
.BgClassName
{
background-color: #535B44;
}
</style>
border-color css
<style>
span { border-color: #535B44; }
span { border-color: rgb(83,91,68); }
td.TdClassName
{
border-color: #535B44;
}
.TagClassName
{
border-color: #535B44;
}
</style>