Shades of Lunar Green #555C44
Tints of Lunar Green #555C44
RGB
CMYK
RGB Variations
Color information
#555C44 (or 0x555C44) is known color: Lunar Green. HEX triplet: 55, 5C and 44. RGB value is (85,92,68). Sum of RGB (Red+Green+Blue) = 85+92+68=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 92 - color contains mainly: green. Hex color #555C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C44 is #AAA3BB. Grayscale: #575757. Windows color (decimal): -11183036 or 4480085. OLE color: 4480085.
HSL color Cylindrical-coordinate representation of color #555C44: hue angle of 77.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555C44 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 92 | 68 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.64 |
| HSL | 77.5º | 0.15% | 0.31% | - |
| HSV(B) | 77.5º | 0.26% | 0.36% | - |
| XYZ | 8.62 | 10 | 6.95 | - |
| YUV | 87.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 68 | 0.08 | 0 | 0.26 | 0.64 | 77.5 | 0.15 | 0.31 |
| Hex | 55 | 5C | 44 | 8 | 0 | 1A | 40 | 4E | F | 1F |
| Octal | 125 | 134 | 104 | 10 | 0 | 32 | 100 | 116 | 17 | 37 |
| Binary | 1010101 | 1011100 | 1000100 | 1000 | 0 | 11010 | 1000000 | 1001110 | 1111 | 11111 |
Color Harmonies of #555C44
Complementary color
Monochromatic Colors of #555C44
Black with #555C44
Text Example
Text Example
White with #555C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C44; }
p { color: rgb(85,92,68); }
H1.HeaderClassName
{
color: #555C44;
}
.AnyTagClassName
{
color: #555C44;
}
</style>
background-color css
<style>
a { background-color: #555C44; }
a { background-color: rgb(85,92,68); }
div.DivClassName
{
background-color: #555C44;
}
.BgClassName
{
background-color: #555C44;
}
</style>
border-color css
<style>
span { border-color: #555C44; }
span { border-color: rgb(85,92,68); }
td.TdClassName
{
border-color: #555C44;
}
.TagClassName
{
border-color: #555C44;
}
</style>