#445444

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

Shades of Grey-Asparagus #445444

Tints of Grey-Asparagus #445444

Color information

#445444 (or 0x445444) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 54 and 44. RGB value is (68,84,68). Sum of RGB (Red+Green+Blue) = 68+84+68=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #445444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445444 is #BBABBB. Grayscale: #4D4D4D. Windows color (decimal): -12299196 or 4478020. OLE color: 4478020.

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

Color convert

RGB688468-
CMYK0.1900.190.67
HSL120º10.53%29.8%-
HSV(B)120º19.05%32.94%-
XYZ6.67.996.66-
YUV77.39122.7121.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=30.91%
G=38.18%
B=30.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884680.1900.190.6712010.5329.8
Hex445444130134378b1e
Octal104124104230231031701336
Binary1000100101010010001001001101001110000111111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445444; }

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

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

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

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

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

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

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

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