#555D44

Color #555D44 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #555D44

Tints of Lunar Green #555D44

Color information

#555D44 (or 0x555D44) is unknown color: approx Lunar Green. HEX triplet: 55, 5D and 44. RGB value is (85,93,68). Sum of RGB (Red+Green+Blue) = 85+93+68=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #555D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D44 is #AAA2BB. Grayscale: #575757. Windows color (decimal): -11182780 or 4480341. OLE color: 4480341.

HSL color Cylindrical-coordinate representation of color #555D44: hue angle of 79.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555D44 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB859368-
CMYK0.0900.270.64
HSL79.2º15.53%31.57%-
HSV(B)79.2º26.88%36.47%-
XYZ8.710.186.97-
YUV87.76116.85126.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=34.55%
G=37.80%
B=27.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593680.0900.270.6479.215.5331.57
Hex555D44901B404f1020
Octal125135104110331001172040
Binary10101011011101100010010010110111000000100111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555D44; }

 p { color: rgb(85,93,68); }

 H1.HeaderClassName
 {
   color: #555D44;
 }
 .AnyTagClassName
 {
   color: #555D44;
 }
</style>
background-color css

<style>
 a { background-color: #555D44; }

 a { background-color: rgb(85,93,68); }

 div.DivClassName
 {
   background-color: #555D44;
 }
 .BgClassName
 {
   background-color: #555D44;
 }
</style>
border-color css

<style>
 span { border-color: #555D44; }

 span { border-color: rgb(85,93,68); }

 td.TdClassName
 {
   border-color: #555D44;
 }
 .TagClassName
 {
   border-color: #555D44;
 }
</style>