#445440

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

Shades of Grey-Asparagus #445440

Tints of Grey-Asparagus #445440

Color information

#445440 (or 0x445440) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 54 and 40. RGB value is (68,84,64). Sum of RGB (Red+Green+Blue) = 68+84+64=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #445440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445440 is #BBABBF. Grayscale: #4D4D4D. Windows color (decimal): -12299200 or 4215876. OLE color: 4215876.

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

Color convert

RGB688464-
CMYK0.1900.240.67
HSL108º13.51%29.02%-
HSV(B)108º23.81%32.94%-
XYZ6.487.946.04-
YUV76.94120.7121.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=31.48%
G=38.89%
B=29.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884640.1900.240.6710813.5129.02
Hex44544013018436ce1d
Octal104124100230301031541635
Binary1000100101010010000001001101100010000111101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445440; }

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

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

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

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

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

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

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

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