#445041

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

Shades of Grey-Asparagus #445041

Tints of Grey-Asparagus #445041

Color information

#445041 (or 0x445041) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 50 and 41. RGB value is (68,80,65). Sum of RGB (Red+Green+Blue) = 68+80+65=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #445041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445041 is #BBAFBE. Grayscale: #4A4A4A. Windows color (decimal): -12300223 or 4280388. OLE color: 4280388.

HSL color Cylindrical-coordinate representation of color #445041: hue angle of 108º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #445041 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB688065-
CMYK0.1500.190.69
HSL108º10.34%28.43%-
HSV(B)108º18.75%31.37%-
XYZ6.217.356.09-
YUV74.7122.52123.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=31.92%
G=37.56%
B=30.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880650.1500.190.6910810.3428.43
Hex445041F013456ca1c
Octal104120101170231051541234
Binary100010010100001000001111101001110001011101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445041; }

 p { color: rgb(68,80,65); }

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

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

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

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

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

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

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