Shades of Lunar Green #555D3E
Tints of Lunar Green #555D3E
RGB
CMYK
RGB Variations
Color information
#555D3E (or 0x555D3E) is known color: Lunar Green. HEX triplet: 55, 5D and 3E. RGB value is (85,93,62). Sum of RGB (Red+Green+Blue) = 85+93+62=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #555D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D3E is #AAA2C1. Grayscale: #575757. Windows color (decimal): -11182786 or 4087125. OLE color: 4087125.
HSL color Cylindrical-coordinate representation of color #555D3E: hue angle of 75.48º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555D3E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 62 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.64 |
| HSL | 75.48º | 0.2% | 0.3% | - |
| HSV(B) | 75.48º | 0.33% | 0.36% | - |
| XYZ | 8.53 | 10.11 | 6.06 | - |
| YUV | 87.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 62 | 0.09 | 0 | 0.33 | 0.64 | 75.48 | 0.2 | 0.3 |
| Hex | 55 | 5D | 3E | 9 | 0 | 21 | 40 | 4B | 14 | 1E |
| Octal | 125 | 135 | 76 | 11 | 0 | 41 | 100 | 113 | 24 | 36 |
| Binary | 1010101 | 1011101 | 111110 | 1001 | 0 | 100001 | 1000000 | 1001011 | 10100 | 11110 |
Color Harmonies of #555D3E
Complementary color
Monochromatic Colors of #555D3E
Black with #555D3E
Text Example
Text Example
White with #555D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D3E; }
p { color: rgb(85,93,62); }
H1.HeaderClassName
{
color: #555D3E;
}
.AnyTagClassName
{
color: #555D3E;
}
</style>
background-color css
<style>
a { background-color: #555D3E; }
a { background-color: rgb(85,93,62); }
div.DivClassName
{
background-color: #555D3E;
}
.BgClassName
{
background-color: #555D3E;
}
</style>
border-color css
<style>
span { border-color: #555D3E; }
span { border-color: rgb(85,93,62); }
td.TdClassName
{
border-color: #555D3E;
}
.TagClassName
{
border-color: #555D3E;
}
</style>