#445543

Color #445543 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #445543

Tints of Grey-Asparagus #445543

Color information

#445543 (or 0x445543) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 55 and 43. RGB value is (68,85,67). Sum of RGB (Red+Green+Blue) = 68+85+67=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #445543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445543 is #BBAABC. Grayscale: #4D4D4D. Windows color (decimal): -12298941 or 4412740. OLE color: 4412740.

HSL color Cylindrical-coordinate representation of color #445543: hue angle of 116.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445543 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB688567-
CMYK0.2000.210.67
HSL116.67º11.84%29.8%-
HSV(B)116.67º21.18%33.33%-
XYZ6.658.136.53-
YUV77.87121.87120.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=30.91%
G=38.64%
B=30.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885670.2000.210.67116.6711.8429.8
Hex445543140154375c1e
Octal104125103240251031651436
Binary1000100101010110000111010001010110000111110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445543; }

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

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

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

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

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

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

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

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