#445746

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

Shades of Grey-Asparagus #445746

Tints of Grey-Asparagus #445746

Color information

#445746 (or 0x445746) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 57 and 46. RGB value is (68,87,70). Sum of RGB (Red+Green+Blue) = 68+87+70=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #445746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445746 is #BBA8B9. Grayscale: #4F4F4F. Windows color (decimal): -12298426 or 4609860. OLE color: 4609860.

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

Color convert

RGB688770-
CMYK0.2200.200.66
HSL126.32º12.26%30.39%-
HSV(B)126.32º21.84%34.12%-
XYZ6.98.497.07-
YUV79.38122.71119.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=30.22%
G=38.67%
B=31.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887700.2200.200.66126.3212.2630.39
Hex44574616014427ec1e
Octal104127106260241021761436
Binary1000100101011110001101011001010010000101111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445746; }

 p { color: rgb(68,87,70); }

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

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

 a { background-color: rgb(68,87,70); }

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

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

 span { border-color: rgb(68,87,70); }

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