#555D40

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

Shades of Lunar Green #555D40

Tints of Lunar Green #555D40

Color information

#555D40 (or 0x555D40) is unknown color: approx Lunar Green. HEX triplet: 55, 5D and 40. RGB value is (85,93,64). Sum of RGB (Red+Green+Blue) = 85+93+64=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 93 - color contains mainly: green. Hex color #555D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D40 is #AAA2BF. Grayscale: #575757. Windows color (decimal): -11182784 or 4218197. OLE color: 4218197.

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

Color convert

RGB859364-
CMYK0.0900.310.64
HSL76.55º18.47%30.78%-
HSV(B)76.55º31.18%36.47%-
XYZ8.5910.136.35-
YUV87.3114.85126.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=35.12%
G=38.43%
B=26.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593640.0900.310.6476.5518.4730.78
Hex555D40901F404d121f
Octal125135100110371001152237
Binary1010101101110110000001001011111100000010011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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