Shades of Lunar Green #555C43
Tints of Lunar Green #555C43
RGB
CMYK
RGB Variations
Color information
#555C43 (or 0x555C43) is known color: Lunar Green. HEX triplet: 55, 5C and 43. RGB value is (85,92,67). Sum of RGB (Red+Green+Blue) = 85+92+67=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #555C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C43 is #AAA3BC. Grayscale: #575757. Windows color (decimal): -11183037 or 4414549. OLE color: 4414549.
HSL color Cylindrical-coordinate representation of color #555C43: hue angle of 76.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555C43 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 92 | 67 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.64 |
| HSL | 76.8º | 0.16% | 0.31% | - |
| HSV(B) | 76.8º | 0.27% | 0.36% | - |
| XYZ | 8.59 | 9.99 | 6.79 | - |
| YUV | 87.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 67 | 0.08 | 0 | 0.27 | 0.64 | 76.8 | 0.16 | 0.31 |
| Hex | 55 | 5C | 43 | 8 | 0 | 1B | 40 | 4D | 10 | 1F |
| Octal | 125 | 134 | 103 | 10 | 0 | 33 | 100 | 115 | 20 | 37 |
| Binary | 1010101 | 1011100 | 1000011 | 1000 | 0 | 11011 | 1000000 | 1001101 | 10000 | 11111 |
Color Harmonies of #555C43
Complementary color
Monochromatic Colors of #555C43
Black with #555C43
Text Example
Text Example
White with #555C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C43; }
p { color: rgb(85,92,67); }
H1.HeaderClassName
{
color: #555C43;
}
.AnyTagClassName
{
color: #555C43;
}
</style>
background-color css
<style>
a { background-color: #555C43; }
a { background-color: rgb(85,92,67); }
div.DivClassName
{
background-color: #555C43;
}
.BgClassName
{
background-color: #555C43;
}
</style>
border-color css
<style>
span { border-color: #555C43; }
span { border-color: rgb(85,92,67); }
td.TdClassName
{
border-color: #555C43;
}
.TagClassName
{
border-color: #555C43;
}
</style>