Shades of Lunar Green #535D46
Tints of Lunar Green #535D46
RGB
CMYK
RGB Variations
Color information
#535D46 (or 0x535D46) is known color: Lunar Green. HEX triplet: 53, 5D and 46. RGB value is (83,93,70). Sum of RGB (Red+Green+Blue) = 83+93+70=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #535D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D46 is #ACA2B9. Grayscale: #575757. Windows color (decimal): -11313850 or 4611411. OLE color: 4611411.
HSL color Cylindrical-coordinate representation of color #535D46: hue angle of 86.09º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535D46 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 93 | 70 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.64 |
| HSL | 86.09º | 0.14% | 0.32% | - |
| HSV(B) | 86.09º | 0.25% | 0.36% | - |
| XYZ | 8.59 | 10.11 | 7.29 | - |
| YUV | 87.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 70 | 0.11 | 0 | 0.25 | 0.64 | 86.09 | 0.14 | 0.32 |
| Hex | 53 | 5D | 46 | B | 0 | 19 | 40 | 56 | E | 20 |
| Octal | 123 | 135 | 106 | 13 | 0 | 31 | 100 | 126 | 16 | 40 |
| Binary | 1010011 | 1011101 | 1000110 | 1011 | 0 | 11001 | 1000000 | 1010110 | 1110 | 100000 |
Color Harmonies of #535D46
Complementary color
Monochromatic Colors of #535D46
Black with #535D46
Text Example
Text Example
White with #535D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D46; }
p { color: rgb(83,93,70); }
H1.HeaderClassName
{
color: #535D46;
}
.AnyTagClassName
{
color: #535D46;
}
</style>
background-color css
<style>
a { background-color: #535D46; }
a { background-color: rgb(83,93,70); }
div.DivClassName
{
background-color: #535D46;
}
.BgClassName
{
background-color: #535D46;
}
</style>
border-color css
<style>
span { border-color: #535D46; }
span { border-color: rgb(83,93,70); }
td.TdClassName
{
border-color: #535D46;
}
.TagClassName
{
border-color: #535D46;
}
</style>