Shades of Lunar Green #535F37
Tints of Lunar Green #535F37
RGB
CMYK
RGB Variations
Color information
#535F37 (or 0x535F37) is known color: Lunar Green. HEX triplet: 53, 5F and 37. RGB value is (83,95,55). Sum of RGB (Red+Green+Blue) = 83+95+55=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #535F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F37 is #ACA0C8. Grayscale: #565656. Windows color (decimal): -11313353 or 3628883. OLE color: 3628883.
HSL color Cylindrical-coordinate representation of color #535F37: hue angle of 78º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #535F37 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 95 | 55 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.63 |
| HSL | 78º | 0.27% | 0.29% | - |
| HSV(B) | 78º | 0.42% | 0.37% | - |
| XYZ | 8.35 | 10.3 | 5.16 | - |
| YUV | 86.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 55 | 0.13 | 0 | 0.42 | 0.63 | 78 | 0.27 | 0.29 |
| Hex | 53 | 5F | 37 | D | 0 | 2A | 3F | 4E | 1B | 1D |
| Octal | 123 | 137 | 67 | 15 | 0 | 52 | 77 | 116 | 33 | 35 |
| Binary | 1010011 | 1011111 | 110111 | 1101 | 0 | 101010 | 111111 | 1001110 | 11011 | 11101 |
Color Harmonies of #535F37
Complementary color
Monochromatic Colors of #535F37
Black with #535F37
Text Example
Text Example
White with #535F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F37; }
p { color: rgb(83,95,55); }
H1.HeaderClassName
{
color: #535F37;
}
.AnyTagClassName
{
color: #535F37;
}
</style>
background-color css
<style>
a { background-color: #535F37; }
a { background-color: rgb(83,95,55); }
div.DivClassName
{
background-color: #535F37;
}
.BgClassName
{
background-color: #535F37;
}
</style>
border-color css
<style>
span { border-color: #535F37; }
span { border-color: rgb(83,95,55); }
td.TdClassName
{
border-color: #535F37;
}
.TagClassName
{
border-color: #535F37;
}
</style>