Shades of Lunar Green #55613D
Tints of Lunar Green #55613D
RGB
CMYK
RGB Variations
Color information
#55613D (or 0x55613D) is known color: Lunar Green. HEX triplet: 55, 61 and 3D. RGB value is (85,97,61). Sum of RGB (Red+Green+Blue) = 85+97+61=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #55613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55613D is #AA9EC2. Grayscale: #595959. Windows color (decimal): -11181763 or 4022613. OLE color: 4022613.
HSL color Cylindrical-coordinate representation of color #55613D: hue angle of 80º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55613D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 61 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.62 |
| HSL | 80º | 0.23% | 0.31% | - |
| HSV(B) | 80º | 0.37% | 0.38% | - |
| XYZ | 8.86 | 10.82 | 6.04 | - |
| YUV | 89.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 61 | 0.12 | 0 | 0.37 | 0.62 | 80 | 0.23 | 0.31 |
| Hex | 55 | 61 | 3D | C | 0 | 25 | 3E | 50 | 17 | 1F |
| Octal | 125 | 141 | 75 | 14 | 0 | 45 | 76 | 120 | 27 | 37 |
| Binary | 1010101 | 1100001 | 111101 | 1100 | 0 | 100101 | 111110 | 1010000 | 10111 | 11111 |
Color Harmonies of #55613D
Complementary color
Monochromatic Colors of #55613D
Black with #55613D
Text Example
Text Example
White with #55613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55613D; }
p { color: rgb(85,97,61); }
H1.HeaderClassName
{
color: #55613D;
}
.AnyTagClassName
{
color: #55613D;
}
</style>
background-color css
<style>
a { background-color: #55613D; }
a { background-color: rgb(85,97,61); }
div.DivClassName
{
background-color: #55613D;
}
.BgClassName
{
background-color: #55613D;
}
</style>
border-color css
<style>
span { border-color: #55613D; }
span { border-color: rgb(85,97,61); }
td.TdClassName
{
border-color: #55613D;
}
.TagClassName
{
border-color: #55613D;
}
</style>