#445E42

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

Shades of Grey-Asparagus #445E42

Tints of Grey-Asparagus #445E42

Color information

#445E42 (or 0x445E42) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 5E and 42. RGB value is (68,94,66). Sum of RGB (Red+Green+Blue) = 68+94+66=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #445E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445E42 is #BBA1BD. Grayscale: #535353. Windows color (decimal): -12296638 or 4349508. OLE color: 4349508.

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

Color convert

RGB689466-
CMYK0.2800.300.63
HSL115.71º17.5%31.37%-
HSV(B)115.71º29.79%36.86%-
XYZ7.379.636.62-
YUV83.03118.39117.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=29.82%
G=41.23%
B=28.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6894660.2800.300.63115.7117.531.37
Hex445E421C01E3F74121f
Octal10413610234036771642237
Binary1000100101111010000101110001111011111111101001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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