#445541

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

Shades of Grey-Asparagus #445541

Tints of Grey-Asparagus #445541

Color information

#445541 (or 0x445541) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 55 and 41. RGB value is (68,85,65). Sum of RGB (Red+Green+Blue) = 68+85+65=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #445541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445541 is #BBAABE. Grayscale: #4D4D4D. Windows color (decimal): -12298943 or 4281668. OLE color: 4281668.

HSL color Cylindrical-coordinate representation of color #445541: hue angle of 111º degrees, saturation: 0.13, 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 #445541 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB688565-
CMYK0.2000.240.67
HSL111º13.33%29.41%-
HSV(B)111º23.53%33.33%-
XYZ6.598.116.22-
YUV77.64120.87121.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 65 (25.78% from 255) = 29.82%
R=31.19%
G=38.99%
B=29.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885650.2000.240.6711113.3329.41
Hex44554114018436fd1d
Octal104125101240301031571535
Binary1000100101010110000011010001100010000111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445541; }

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

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

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

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

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

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

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

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