Shades of Lunar Green #55613F
Tints of Lunar Green #55613F
RGB
CMYK
RGB Variations
Color information
#55613F (or 0x55613F) is known color: Lunar Green. HEX triplet: 55, 61 and 3F. RGB value is (85,97,63). Sum of RGB (Red+Green+Blue) = 85+97+63=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #55613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55613F is #AA9EC0. Grayscale: #595959. Windows color (decimal): -11181761 or 4153685. OLE color: 4153685.
HSL color Cylindrical-coordinate representation of color #55613F: hue angle of 81.18º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55613F is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 63 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.62 |
| HSL | 81.18º | 0.21% | 0.31% | - |
| HSV(B) | 81.18º | 0.35% | 0.38% | - |
| XYZ | 8.92 | 10.84 | 6.32 | - |
| YUV | 89.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 63 | 0.12 | 0 | 0.35 | 0.62 | 81.18 | 0.21 | 0.31 |
| Hex | 55 | 61 | 3F | C | 0 | 23 | 3E | 51 | 15 | 1F |
| Octal | 125 | 141 | 77 | 14 | 0 | 43 | 76 | 121 | 25 | 37 |
| Binary | 1010101 | 1100001 | 111111 | 1100 | 0 | 100011 | 111110 | 1010001 | 10101 | 11111 |
Color Harmonies of #55613F
Complementary color
Monochromatic Colors of #55613F
Black with #55613F
Text Example
Text Example
White with #55613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55613F; }
p { color: rgb(85,97,63); }
H1.HeaderClassName
{
color: #55613F;
}
.AnyTagClassName
{
color: #55613F;
}
</style>
background-color css
<style>
a { background-color: #55613F; }
a { background-color: rgb(85,97,63); }
div.DivClassName
{
background-color: #55613F;
}
.BgClassName
{
background-color: #55613F;
}
</style>
border-color css
<style>
span { border-color: #55613F; }
span { border-color: rgb(85,97,63); }
td.TdClassName
{
border-color: #55613F;
}
.TagClassName
{
border-color: #55613F;
}
</style>