Shades of Lunar Green #55613C
Tints of Lunar Green #55613C
RGB
CMYK
RGB Variations
Color information
#55613C (or 0x55613C) is known color: Lunar Green. HEX triplet: 55, 61 and 3C. RGB value is (85,97,60). Sum of RGB (Red+Green+Blue) = 85+97+60=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #55613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55613C is #AA9EC3. Grayscale: #595959. Windows color (decimal): -11181764 or 3957077. OLE color: 3957077.
HSL color Cylindrical-coordinate representation of color #55613C: hue angle of 79.46º degrees, saturation: 0.24, 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 #55613C is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 60 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.62 |
| HSL | 79.46º | 0.24% | 0.31% | - |
| HSV(B) | 79.46º | 0.38% | 0.38% | - |
| XYZ | 8.84 | 10.81 | 5.9 | - |
| YUV | 89.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 60 | 0.12 | 0 | 0.38 | 0.62 | 79.46 | 0.24 | 0.31 |
| Hex | 55 | 61 | 3C | C | 0 | 26 | 3E | 4F | 18 | 1F |
| Octal | 125 | 141 | 74 | 14 | 0 | 46 | 76 | 117 | 30 | 37 |
| Binary | 1010101 | 1100001 | 111100 | 1100 | 0 | 100110 | 111110 | 1001111 | 11000 | 11111 |
Color Harmonies of #55613C
Complementary color
Monochromatic Colors of #55613C
Black with #55613C
Text Example
Text Example
White with #55613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55613C; }
p { color: rgb(85,97,60); }
H1.HeaderClassName
{
color: #55613C;
}
.AnyTagClassName
{
color: #55613C;
}
</style>
background-color css
<style>
a { background-color: #55613C; }
a { background-color: rgb(85,97,60); }
div.DivClassName
{
background-color: #55613C;
}
.BgClassName
{
background-color: #55613C;
}
</style>
border-color css
<style>
span { border-color: #55613C; }
span { border-color: rgb(85,97,60); }
td.TdClassName
{
border-color: #55613C;
}
.TagClassName
{
border-color: #55613C;
}
</style>