Shades of Lunar Green #555A43
Tints of Lunar Green #555A43
RGB
CMYK
RGB Variations
Color information
#555A43 (or 0x555A43) is known color: Lunar Green. HEX triplet: 55, 5A and 43. RGB value is (85,90,67). Sum of RGB (Red+Green+Blue) = 85+90+67=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 90 - color contains mainly: green. Hex color #555A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A43 is #AAA5BC. Grayscale: #555555. Windows color (decimal): -11183549 or 4414037. OLE color: 4414037.
HSL color Cylindrical-coordinate representation of color #555A43: hue angle of 73.04º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555A43 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 67 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.65 |
| HSL | 73.04º | 0.15% | 0.31% | - |
| HSV(B) | 73.04º | 0.26% | 0.35% | - |
| XYZ | 8.42 | 9.65 | 6.73 | - |
| YUV | 85.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 67 | 0.06 | 0 | 0.26 | 0.65 | 73.04 | 0.15 | 0.31 |
| Hex | 55 | 5A | 43 | 6 | 0 | 1A | 41 | 49 | F | 1F |
| Octal | 125 | 132 | 103 | 6 | 0 | 32 | 101 | 111 | 17 | 37 |
| Binary | 1010101 | 1011010 | 1000011 | 110 | 0 | 11010 | 1000001 | 1001001 | 1111 | 11111 |
Color Harmonies of #555A43
Complementary color
Monochromatic Colors of #555A43
Black with #555A43
Text Example
Text Example
White with #555A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A43; }
p { color: rgb(85,90,67); }
H1.HeaderClassName
{
color: #555A43;
}
.AnyTagClassName
{
color: #555A43;
}
</style>
background-color css
<style>
a { background-color: #555A43; }
a { background-color: rgb(85,90,67); }
div.DivClassName
{
background-color: #555A43;
}
.BgClassName
{
background-color: #555A43;
}
</style>
border-color css
<style>
span { border-color: #555A43; }
span { border-color: rgb(85,90,67); }
td.TdClassName
{
border-color: #555A43;
}
.TagClassName
{
border-color: #555A43;
}
</style>