Shades of Lunar Green #53603B
Tints of Lunar Green #53603B
RGB
CMYK
RGB Variations
Color information
#53603B (or 0x53603B) is known color: Lunar Green. HEX triplet: 53, 60 and 3B. RGB value is (83,96,59). Sum of RGB (Red+Green+Blue) = 83+96+59=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #53603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53603B is #AC9FC4. Grayscale: #585858. Windows color (decimal): -11313093 or 3891283. OLE color: 3891283.
HSL color Cylindrical-coordinate representation of color #53603B: hue angle of 81.08º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53603B is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 96 | 59 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.62 |
| HSL | 81.08º | 0.24% | 0.3% | - |
| HSV(B) | 81.08º | 0.39% | 0.38% | - |
| XYZ | 8.54 | 10.52 | 5.72 | - |
| YUV | 87.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 59 | 0.14 | 0 | 0.39 | 0.62 | 81.08 | 0.24 | 0.3 |
| Hex | 53 | 60 | 3B | E | 0 | 27 | 3E | 51 | 18 | 1E |
| Octal | 123 | 140 | 73 | 16 | 0 | 47 | 76 | 121 | 30 | 36 |
| Binary | 1010011 | 1100000 | 111011 | 1110 | 0 | 100111 | 111110 | 1010001 | 11000 | 11110 |
Color Harmonies of #53603B
Complementary color
Monochromatic Colors of #53603B
Black with #53603B
Text Example
Text Example
White with #53603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53603B; }
p { color: rgb(83,96,59); }
H1.HeaderClassName
{
color: #53603B;
}
.AnyTagClassName
{
color: #53603B;
}
</style>
background-color css
<style>
a { background-color: #53603B; }
a { background-color: rgb(83,96,59); }
div.DivClassName
{
background-color: #53603B;
}
.BgClassName
{
background-color: #53603B;
}
</style>
border-color css
<style>
span { border-color: #53603B; }
span { border-color: rgb(83,96,59); }
td.TdClassName
{
border-color: #53603B;
}
.TagClassName
{
border-color: #53603B;
}
</style>