#445740

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

Shades of Grey-Asparagus #445740

Tints of Grey-Asparagus #445740

Color information

#445740 (or 0x445740) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 57 and 40. RGB value is (68,87,64). Sum of RGB (Red+Green+Blue) = 68+87+64=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #445740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445740 is #BBA8BF. Grayscale: #4E4E4E. Windows color (decimal): -12298432 or 4216644. OLE color: 4216644.

HSL color Cylindrical-coordinate representation of color #445740: hue angle of 109.57º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445740 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB688764-
CMYK0.2200.260.66
HSL109.57º15.23%29.61%-
HSV(B)109.57º26.44%34.12%-
XYZ6.728.426.12-
YUV78.7119.71120.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=31.05%
G=39.73%
B=29.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887640.2200.260.66109.5715.2329.61
Hex4457401601A426ef1e
Octal104127100260321021561736
Binary1000100101011110000001011001101010000101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445740; }

 p { color: rgb(68,87,64); }

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

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

 a { background-color: rgb(68,87,64); }

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

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

 span { border-color: rgb(68,87,64); }

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