#445446

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

Shades of Grey-Asparagus #445446

Tints of Grey-Asparagus #445446

Color information

#445446 (or 0x445446) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 54 and 46. RGB value is (68,84,70). Sum of RGB (Red+Green+Blue) = 68+84+70=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #445446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445446 is #BBABB9. Grayscale: #4D4D4D. Windows color (decimal): -12299194 or 4609092. OLE color: 4609092.

HSL color Cylindrical-coordinate representation of color #445446: hue angle of 127.5º 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 #445446 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB688470-
CMYK0.1900.170.67
HSL127.5º10.53%29.8%-
HSV(B)127.5º19.05%32.94%-
XYZ6.668.016.99-
YUV77.62123.7121.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=30.63%
G=37.84%
B=31.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884700.1900.170.67127.510.5329.8
Hex44544613011437fb1e
Octal104124106230211031771336
Binary1000100101010010001101001101000110000111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445446; }

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

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

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

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

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

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

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

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