Shades of Lunar Green #536140
Tints of Lunar Green #536140
RGB
CMYK
RGB Variations
Color information
#536140 (or 0x536140) is known color: Lunar Green. HEX triplet: 53, 61 and 40. RGB value is (83,97,64). Sum of RGB (Red+Green+Blue) = 83+97+64=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #536140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536140 is #AC9EBF. Grayscale: #595959. Windows color (decimal): -11312832 or 4219219. OLE color: 4219219.
HSL color Cylindrical-coordinate representation of color #536140: hue angle of 85.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #536140 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 64 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.62 |
| HSL | 85.45º | 0.2% | 0.32% | - |
| HSV(B) | 85.45º | 0.34% | 0.38% | - |
| XYZ | 8.77 | 10.76 | 6.47 | - |
| YUV | 89.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 64 | 0.14 | 0 | 0.34 | 0.62 | 85.45 | 0.2 | 0.32 |
| Hex | 53 | 61 | 40 | E | 0 | 22 | 3E | 55 | 14 | 20 |
| Octal | 123 | 141 | 100 | 16 | 0 | 42 | 76 | 125 | 24 | 40 |
| Binary | 1010011 | 1100001 | 1000000 | 1110 | 0 | 100010 | 111110 | 1010101 | 10100 | 100000 |
Color Harmonies of #536140
Complementary color
Monochromatic Colors of #536140
Black with #536140
Text Example
Text Example
White with #536140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536140; }
p { color: rgb(83,97,64); }
H1.HeaderClassName
{
color: #536140;
}
.AnyTagClassName
{
color: #536140;
}
</style>
background-color css
<style>
a { background-color: #536140; }
a { background-color: rgb(83,97,64); }
div.DivClassName
{
background-color: #536140;
}
.BgClassName
{
background-color: #536140;
}
</style>
border-color css
<style>
span { border-color: #536140; }
span { border-color: rgb(83,97,64); }
td.TdClassName
{
border-color: #536140;
}
.TagClassName
{
border-color: #536140;
}
</style>