Shades of Lunar Green #55623D
Tints of Lunar Green #55623D
RGB
CMYK
RGB Variations
Color information
#55623D (or 0x55623D) is known color: Lunar Green. HEX triplet: 55, 62 and 3D. RGB value is (85,98,61). Sum of RGB (Red+Green+Blue) = 85+98+61=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #55623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55623D is #AA9DC2. Grayscale: #5A5A5A. Windows color (decimal): -11181507 or 4022869. OLE color: 4022869.
HSL color Cylindrical-coordinate representation of color #55623D: hue angle of 81.08º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55623D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 61 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.62 |
| HSL | 81.08º | 0.23% | 0.31% | - |
| HSV(B) | 81.08º | 0.38% | 0.38% | - |
| XYZ | 8.96 | 11 | 6.07 | - |
| YUV | 89.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 61 | 0.13 | 0 | 0.38 | 0.62 | 81.08 | 0.23 | 0.31 |
| Hex | 55 | 62 | 3D | D | 0 | 26 | 3E | 51 | 17 | 1F |
| Octal | 125 | 142 | 75 | 15 | 0 | 46 | 76 | 121 | 27 | 37 |
| Binary | 1010101 | 1100010 | 111101 | 1101 | 0 | 100110 | 111110 | 1010001 | 10111 | 11111 |
Color Harmonies of #55623D
Complementary color
Monochromatic Colors of #55623D
Black with #55623D
Text Example
Text Example
White with #55623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55623D; }
p { color: rgb(85,98,61); }
H1.HeaderClassName
{
color: #55623D;
}
.AnyTagClassName
{
color: #55623D;
}
</style>
background-color css
<style>
a { background-color: #55623D; }
a { background-color: rgb(85,98,61); }
div.DivClassName
{
background-color: #55623D;
}
.BgClassName
{
background-color: #55623D;
}
</style>
border-color css
<style>
span { border-color: #55623D; }
span { border-color: rgb(85,98,61); }
td.TdClassName
{
border-color: #55623D;
}
.TagClassName
{
border-color: #55623D;
}
</style>