#445546

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

Shades of Grey-Asparagus #445546

Tints of Grey-Asparagus #445546

Color information

#445546 (or 0x445546) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 55 and 46. RGB value is (68,85,70). Sum of RGB (Red+Green+Blue) = 68+85+70=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #445546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445546 is #BBAAB9. Grayscale: #4E4E4E. Windows color (decimal): -12298938 or 4609348. OLE color: 4609348.

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

Color convert

RGB688570-
CMYK0.2000.180.67
HSL127.06º11.11%30%-
HSV(B)127.06º20%33.33%-
XYZ6.748.177.02-
YUV78.21123.37120.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=30.49%
G=38.12%
B=31.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885700.2000.180.67127.0611.1130
Hex44554614012437fb1e
Octal104125106240221031771336
Binary1000100101010110001101010001001010000111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445546; }

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

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

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

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

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

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

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

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