Shades of Lunar Green #535E3B
Tints of Lunar Green #535E3B
RGB
CMYK
RGB Variations
Color information
#535E3B (or 0x535E3B) is known color: Lunar Green. HEX triplet: 53, 5E and 3B. RGB value is (83,94,59). Sum of RGB (Red+Green+Blue) = 83+94+59=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 94 - color contains mainly: green. Hex color #535E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535E3B is #ACA1C4. Grayscale: #565656. Windows color (decimal): -11313605 or 3890771. OLE color: 3890771.
HSL color Cylindrical-coordinate representation of color #535E3B: hue angle of 78.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535E3B is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 94 | 59 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.63 |
| HSL | 78.86º | 0.23% | 0.3% | - |
| HSV(B) | 78.86º | 0.37% | 0.37% | - |
| XYZ | 8.36 | 10.16 | 5.66 | - |
| YUV | 86.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 59 | 0.12 | 0 | 0.37 | 0.63 | 78.86 | 0.23 | 0.3 |
| Hex | 53 | 5E | 3B | C | 0 | 25 | 3F | 4F | 17 | 1E |
| Octal | 123 | 136 | 73 | 14 | 0 | 45 | 77 | 117 | 27 | 36 |
| Binary | 1010011 | 1011110 | 111011 | 1100 | 0 | 100101 | 111111 | 1001111 | 10111 | 11110 |
Color Harmonies of #535E3B
Complementary color
Monochromatic Colors of #535E3B
Black with #535E3B
Text Example
Text Example
White with #535E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535E3B; }
p { color: rgb(83,94,59); }
H1.HeaderClassName
{
color: #535E3B;
}
.AnyTagClassName
{
color: #535E3B;
}
</style>
background-color css
<style>
a { background-color: #535E3B; }
a { background-color: rgb(83,94,59); }
div.DivClassName
{
background-color: #535E3B;
}
.BgClassName
{
background-color: #535E3B;
}
</style>
border-color css
<style>
span { border-color: #535E3B; }
span { border-color: rgb(83,94,59); }
td.TdClassName
{
border-color: #535E3B;
}
.TagClassName
{
border-color: #535E3B;
}
</style>