#445840

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

Shades of Grey-Asparagus #445840

Tints of Grey-Asparagus #445840

Color information

#445840 (or 0x445840) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 58 and 40. RGB value is (68,88,64). Sum of RGB (Red+Green+Blue) = 68+88+64=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #445840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445840 is #BBA7BF. Grayscale: #4F4F4F. Windows color (decimal): -12298176 or 4216900. OLE color: 4216900.

HSL color Cylindrical-coordinate representation of color #445840: hue angle of 110º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445840 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB688864-
CMYK0.2300.270.65
HSL110º15.79%29.8%-
HSV(B)110º27.27%34.51%-
XYZ6.88.586.15-
YUV79.28119.37119.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=30.91%
G=40%
B=29.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888640.2300.270.6511015.7929.8
Hex4458401701B416e101e
Octal104130100270331011562036
Binary10001001011000100000010111011011100000111011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445840; }

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

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

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

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

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

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

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

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