#445E41

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

Shades of Grey-Asparagus #445E41

Tints of Grey-Asparagus #445E41

Color information

#445E41 (or 0x445E41) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 5E and 41. RGB value is (68,94,65). Sum of RGB (Red+Green+Blue) = 68+94+65=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #445E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445E41 is #BBA1BE. Grayscale: #535353. Windows color (decimal): -12296639 or 4283972. OLE color: 4283972.

HSL color Cylindrical-coordinate representation of color #445E41: hue angle of 113.79º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445E41 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB689465-
CMYK0.2800.310.63
HSL113.79º18.24%31.18%-
HSV(B)113.79º30.85%36.86%-
XYZ7.349.626.47-
YUV82.92117.89117.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=29.96%
G=41.41%
B=28.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6894650.2800.310.63113.7918.2431.18
Hex445E411C01F3F72121f
Octal10413610134037771622237
Binary1000100101111010000011110001111111111111100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445E41; }

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

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

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

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

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

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

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

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