#444544

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

Shades of Grey-Asparagus #444544

Tints of Grey-Asparagus #444544

Color information

#444544 (or 0x444544) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 45 and 44. RGB value is (68,69,68). Sum of RGB (Red+Green+Blue) = 68+69+68=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 69 - color contains mainly: green. Hex color #444544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444544 is #BBBABB. Grayscale: #444444. Windows color (decimal): -12303036 or 4474180. OLE color: 4474180.

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

Color convert

RGB686968-
CMYK0.0100.010.73
HSL120º0.73%26.86%-
HSV(B)120º1.45%27.06%-
XYZ5.565.96.32-
YUV68.59127.67127.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=33.17%
G=33.66%
B=33.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869680.0100.010.731200.7326.86
Hex444544101497811b
Octal104105104101111170133
Binary10001001000101100010010110010011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444544; }

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

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

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

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

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

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

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

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