#445744

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

Shades of Grey-Asparagus #445744

Tints of Grey-Asparagus #445744

Color information

#445744 (or 0x445744) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 57 and 44. RGB value is (68,87,68). Sum of RGB (Red+Green+Blue) = 68+87+68=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #445744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445744 is #BBA8BB. Grayscale: #4F4F4F. Windows color (decimal): -12298428 or 4478788. OLE color: 4478788.

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

Color convert

RGB688768-
CMYK0.2200.220.66
HSL120º12.26%30.39%-
HSV(B)120º21.84%34.12%-
XYZ6.848.466.74-
YUV79.15121.71120.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=30.49%
G=39.01%
B=30.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887680.2200.220.6612012.2630.39
Hex445744160164278c1e
Octal104127104260261021701436
Binary1000100101011110001001011001011010000101111000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445744; }

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

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

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

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

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

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

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

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