Shades of Lunar Green #555B3F
Tints of Lunar Green #555B3F
RGB
CMYK
RGB Variations
Color information
#555B3F (or 0x555B3F) is known color: Lunar Green. HEX triplet: 55, 5B and 3F. RGB value is (85,91,63). Sum of RGB (Red+Green+Blue) = 85+91+63=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 91 - color contains mainly: green. Hex color #555B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B3F is #AAA4C0. Grayscale: #565656. Windows color (decimal): -11183297 or 4152149. OLE color: 4152149.
HSL color Cylindrical-coordinate representation of color #555B3F: hue angle of 72.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #555B3F is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 63 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.64 |
| HSL | 72.86º | 0.18% | 0.3% | - |
| HSV(B) | 72.86º | 0.31% | 0.36% | - |
| XYZ | 8.38 | 9.77 | 6.15 | - |
| YUV | 86.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 63 | 0.07 | 0 | 0.31 | 0.64 | 72.86 | 0.18 | 0.3 |
| Hex | 55 | 5B | 3F | 7 | 0 | 1F | 40 | 49 | 12 | 1E |
| Octal | 125 | 133 | 77 | 7 | 0 | 37 | 100 | 111 | 22 | 36 |
| Binary | 1010101 | 1011011 | 111111 | 111 | 0 | 11111 | 1000000 | 1001001 | 10010 | 11110 |
Color Harmonies of #555B3F
Complementary color
Monochromatic Colors of #555B3F
Black with #555B3F
Text Example
Text Example
White with #555B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B3F; }
p { color: rgb(85,91,63); }
H1.HeaderClassName
{
color: #555B3F;
}
.AnyTagClassName
{
color: #555B3F;
}
</style>
background-color css
<style>
a { background-color: #555B3F; }
a { background-color: rgb(85,91,63); }
div.DivClassName
{
background-color: #555B3F;
}
.BgClassName
{
background-color: #555B3F;
}
</style>
border-color css
<style>
span { border-color: #555B3F; }
span { border-color: rgb(85,91,63); }
td.TdClassName
{
border-color: #555B3F;
}
.TagClassName
{
border-color: #555B3F;
}
</style>