#445B42

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

Shades of Grey-Asparagus #445B42

Tints of Grey-Asparagus #445B42

Color information

#445B42 (or 0x445B42) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 5B and 42. RGB value is (68,91,66). Sum of RGB (Red+Green+Blue) = 68+91+66=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #445B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B42 is #BBA4BD. Grayscale: #515151. Windows color (decimal): -12297406 or 4348740. OLE color: 4348740.

HSL color Cylindrical-coordinate representation of color #445B42: hue angle of 115.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445B42 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB689166-
CMYK0.2500.270.64
HSL115.2º15.92%30.78%-
HSV(B)115.2º27.47%35.69%-
XYZ7.119.16.54-
YUV81.27119.38118.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=30.22%
G=40.44%
B=29.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891660.2500.270.64115.215.9230.78
Hex445B421901B4073101f
Octal104133102310331001632037
Binary10001001011011100001011001011011100000011100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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