#445A43

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

Shades of Grey-Asparagus #445A43

Tints of Grey-Asparagus #445A43

Color information

#445A43 (or 0x445A43) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 5A and 43. RGB value is (68,90,67). Sum of RGB (Red+Green+Blue) = 68+90+67=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #445A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A43 is #BBA5BC. Grayscale: #505050. Windows color (decimal): -12297661 or 4414020. OLE color: 4414020.

HSL color Cylindrical-coordinate representation of color #445A43: hue angle of 117.39º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445A43 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB689067-
CMYK0.2400.260.65
HSL117.39º14.65%30.78%-
HSV(B)117.39º25.56%35.29%-
XYZ7.058.956.67-
YUV80.8120.21118.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 67 (26.56% from 255) = 29.78%
R=30.22%
G=40%
B=29.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6890670.2400.260.65117.3914.6530.78
Hex445A431801A4175f1f
Octal104132103300321011651737
Binary1000100101101010000111100001101010000011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,90,67); }

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

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

 a { background-color: rgb(68,90,67); }

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

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

 span { border-color: rgb(68,90,67); }

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