#445240

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

Shades of Grey-Asparagus #445240

Tints of Grey-Asparagus #445240

Color information

#445240 (or 0x445240) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 52 and 40. RGB value is (68,82,64). Sum of RGB (Red+Green+Blue) = 68+82+64=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #445240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445240 is #BBADBF. Grayscale: #4B4B4B. Windows color (decimal): -12299712 or 4215364. OLE color: 4215364.

HSL color Cylindrical-coordinate representation of color #445240: hue angle of 106.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445240 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB688264-
CMYK0.1700.220.68
HSL106.67º12.33%28.63%-
HSV(B)106.67º21.95%32.16%-
XYZ6.337.635.99-
YUV75.76121.36122.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=31.78%
G=38.32%
B=29.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882640.1700.220.68106.6712.3328.63
Hex44524011016446bc1d
Octal104122100210261041531435
Binary1000100101001010000001000101011010001001101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445240; }

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

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

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

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

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

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

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

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