Shades of Lunar Green #55603B
Tints of Lunar Green #55603B
RGB
CMYK
RGB Variations
Color information
#55603B (or 0x55603B) is known color: Lunar Green. HEX triplet: 55, 60 and 3B. RGB value is (85,96,59). Sum of RGB (Red+Green+Blue) = 85+96+59=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #55603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55603B is #AA9FC4. Grayscale: #585858. Windows color (decimal): -11182021 or 3891285. OLE color: 3891285.
HSL color Cylindrical-coordinate representation of color #55603B: hue angle of 77.84º 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 #55603B is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 59 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.62 |
| HSL | 77.84º | 0.24% | 0.3% | - |
| HSV(B) | 77.84º | 0.39% | 0.38% | - |
| XYZ | 8.72 | 10.61 | 5.73 | - |
| YUV | 88.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 59 | 0.11 | 0 | 0.39 | 0.62 | 77.84 | 0.24 | 0.3 |
| Hex | 55 | 60 | 3B | B | 0 | 27 | 3E | 4E | 18 | 1E |
| Octal | 125 | 140 | 73 | 13 | 0 | 47 | 76 | 116 | 30 | 36 |
| Binary | 1010101 | 1100000 | 111011 | 1011 | 0 | 100111 | 111110 | 1001110 | 11000 | 11110 |
Color Harmonies of #55603B
Complementary color
Monochromatic Colors of #55603B
Black with #55603B
Text Example
Text Example
White with #55603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55603B; }
p { color: rgb(85,96,59); }
H1.HeaderClassName
{
color: #55603B;
}
.AnyTagClassName
{
color: #55603B;
}
</style>
background-color css
<style>
a { background-color: #55603B; }
a { background-color: rgb(85,96,59); }
div.DivClassName
{
background-color: #55603B;
}
.BgClassName
{
background-color: #55603B;
}
</style>
border-color css
<style>
span { border-color: #55603B; }
span { border-color: rgb(85,96,59); }
td.TdClassName
{
border-color: #55603B;
}
.TagClassName
{
border-color: #55603B;
}
</style>