#445540

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

Shades of Grey-Asparagus #445540

Tints of Grey-Asparagus #445540

Color information

#445540 (or 0x445540) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 55 and 40. RGB value is (68,85,64). Sum of RGB (Red+Green+Blue) = 68+85+64=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #445540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445540 is #BBAABF. Grayscale: #4D4D4D. Windows color (decimal): -12298944 or 4216132. OLE color: 4216132.

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

Color convert

RGB688564-
CMYK0.2000.250.67
HSL108.57º14.09%29.22%-
HSV(B)108.57º24.71%33.33%-
XYZ6.568.16.07-
YUV77.52120.37121.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=31.34%
G=39.17%
B=29.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885640.2000.250.67108.5714.0929.22
Hex44554014019436de1d
Octal104125100240311031551635
Binary1000100101010110000001010001100110000111101101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445540; }

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

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

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

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

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

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

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

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