#445D47

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

Shades of Grey-Asparagus #445D47

Tints of Grey-Asparagus #445D47

Color information

#445D47 (or 0x445D47) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 5D and 47. RGB value is (68,93,71). Sum of RGB (Red+Green+Blue) = 68+93+71=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #445D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D47 is #BBA2B8. Grayscale: #535353. Windows color (decimal): -12296889 or 4676932. OLE color: 4676932.

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

Color convert

RGB689371-
CMYK0.2700.240.64
HSL127.2º15.53%31.57%-
HSV(B)127.2º26.88%36.47%-
XYZ7.449.517.41-
YUV83.02121.22117.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 93 (36.72% from 255) = 40.09%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=29.31%
G=40.09%
B=30.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893710.2700.240.64127.215.5331.57
Hex445D471B018407f1020
Octal104135107330301001772040
Binary100010010111011000111110110110001000000111111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,71); }

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

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

 a { background-color: rgb(68,93,71); }

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

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

 span { border-color: rgb(68,93,71); }

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