Shades of Lunar Green #55613E
Tints of Lunar Green #55613E
RGB
CMYK
RGB Variations
Color information
#55613E (or 0x55613E) is known color: Lunar Green. HEX triplet: 55, 61 and 3E. RGB value is (85,97,62). Sum of RGB (Red+Green+Blue) = 85+97+62=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #55613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55613E is #AA9EC1. Grayscale: #595959. Windows color (decimal): -11181762 or 4088149. OLE color: 4088149.
HSL color Cylindrical-coordinate representation of color #55613E: hue angle of 80.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55613E is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 62 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.62 |
| HSL | 80.57º | 0.22% | 0.31% | - |
| HSV(B) | 80.57º | 0.36% | 0.38% | - |
| XYZ | 8.89 | 10.83 | 6.18 | - |
| YUV | 89.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 62 | 0.12 | 0 | 0.36 | 0.62 | 80.57 | 0.22 | 0.31 |
| Hex | 55 | 61 | 3E | C | 0 | 24 | 3E | 51 | 16 | 1F |
| Octal | 125 | 141 | 76 | 14 | 0 | 44 | 76 | 121 | 26 | 37 |
| Binary | 1010101 | 1100001 | 111110 | 1100 | 0 | 100100 | 111110 | 1010001 | 10110 | 11111 |
Color Harmonies of #55613E
Complementary color
Monochromatic Colors of #55613E
Black with #55613E
Text Example
Text Example
White with #55613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55613E; }
p { color: rgb(85,97,62); }
H1.HeaderClassName
{
color: #55613E;
}
.AnyTagClassName
{
color: #55613E;
}
</style>
background-color css
<style>
a { background-color: #55613E; }
a { background-color: rgb(85,97,62); }
div.DivClassName
{
background-color: #55613E;
}
.BgClassName
{
background-color: #55613E;
}
</style>
border-color css
<style>
span { border-color: #55613E; }
span { border-color: rgb(85,97,62); }
td.TdClassName
{
border-color: #55613E;
}
.TagClassName
{
border-color: #55613E;
}
</style>