#445545

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

Shades of Grey-Asparagus #445545

Tints of Grey-Asparagus #445545

Color information

#445545 (or 0x445545) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 55 and 45. RGB value is (68,85,69). Sum of RGB (Red+Green+Blue) = 68+85+69=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #445545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445545 is #BBAABA. Grayscale: #4E4E4E. Windows color (decimal): -12298939 or 4543812. OLE color: 4543812.

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

Color convert

RGB688569-
CMYK0.2000.190.67
HSL123.53º11.11%30%-
HSV(B)123.53º20%33.33%-
XYZ6.718.166.85-
YUV78.09122.87120.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=30.63%
G=38.29%
B=31.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885690.2000.190.67123.5311.1130
Hex44554514013437cb1e
Octal104125105240231031741336
Binary1000100101010110001011010001001110000111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445545; }

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

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

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

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

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

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

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

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