Shades of Lunar Green #535C46
Tints of Lunar Green #535C46
RGB
CMYK
RGB Variations
Color information
#535C46 (or 0x535C46) is known color: Lunar Green. HEX triplet: 53, 5C and 46. RGB value is (83,92,70). Sum of RGB (Red+Green+Blue) = 83+92+70=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 92 - color contains mainly: green. Hex color #535C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C46 is #ACA3B9. Grayscale: #565656. Windows color (decimal): -11314106 or 4611155. OLE color: 4611155.
HSL color Cylindrical-coordinate representation of color #535C46: hue angle of 84.55º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #535C46 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 92 | 70 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.64 |
| HSL | 84.55º | 0.14% | 0.32% | - |
| HSV(B) | 84.55º | 0.24% | 0.36% | - |
| XYZ | 8.5 | 9.94 | 7.26 | - |
| YUV | 86.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 70 | 0.10 | 0 | 0.24 | 0.64 | 84.55 | 0.14 | 0.32 |
| Hex | 53 | 5C | 46 | A | 0 | 18 | 40 | 55 | E | 20 |
| Octal | 123 | 134 | 106 | 12 | 0 | 30 | 100 | 125 | 16 | 40 |
| Binary | 1010011 | 1011100 | 1000110 | 1010 | 0 | 11000 | 1000000 | 1010101 | 1110 | 100000 |
Color Harmonies of #535C46
Complementary color
Monochromatic Colors of #535C46
Black with #535C46
Text Example
Text Example
White with #535C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C46; }
p { color: rgb(83,92,70); }
H1.HeaderClassName
{
color: #535C46;
}
.AnyTagClassName
{
color: #535C46;
}
</style>
background-color css
<style>
a { background-color: #535C46; }
a { background-color: rgb(83,92,70); }
div.DivClassName
{
background-color: #535C46;
}
.BgClassName
{
background-color: #535C46;
}
</style>
border-color css
<style>
span { border-color: #535C46; }
span { border-color: rgb(83,92,70); }
td.TdClassName
{
border-color: #535C46;
}
.TagClassName
{
border-color: #535C46;
}
</style>