#445941

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

Shades of Grey-Asparagus #445941

Tints of Grey-Asparagus #445941

Color information

#445941 (or 0x445941) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 59 and 41. RGB value is (68,89,65). Sum of RGB (Red+Green+Blue) = 68+89+65=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #445941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445941 is #BBA6BE. Grayscale: #505050. Windows color (decimal): -12297919 or 4282692. OLE color: 4282692.

HSL color Cylindrical-coordinate representation of color #445941: hue angle of 112.5º 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 #445941 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB688965-
CMYK0.2400.270.65
HSL112.5º15.58%30.2%-
HSV(B)112.5º26.97%34.9%-
XYZ6.918.766.33-
YUV79.98119.54119.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=30.63%
G=40.09%
B=29.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889650.2400.270.65112.515.5830.2
Hex4459411801B4170101e
Octal104131101300331011602036
Binary10001001011001100000111000011011100000111100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445941; }

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

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

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

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

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

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

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

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