#445647

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

Shades of Grey-Asparagus #445647

Tints of Grey-Asparagus #445647

Color information

#445647 (or 0x445647) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 56 and 47. RGB value is (68,86,71). Sum of RGB (Red+Green+Blue) = 68+86+71=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #445647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445647 is #BBA9B8. Grayscale: #4E4E4E. Windows color (decimal): -12298681 or 4675140. OLE color: 4675140.

HSL color Cylindrical-coordinate representation of color #445647: hue angle of 130º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445647 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB688671-
CMYK0.2100.170.66
HSL130º11.69%30.2%-
HSV(B)130º20.93%33.73%-
XYZ6.858.347.21-
YUV78.91123.54120.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=30.22%
G=38.22%
B=31.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6886710.2100.170.6613011.6930.2
Hex445647150114282c1e
Octal104126107250211022021436
Binary10001001010110100011110101010001100001010000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445647; }

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

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

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

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

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

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

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

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