#445046

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

Shades of Grey-Asparagus #445046

Tints of Grey-Asparagus #445046

Color information

#445046 (or 0x445046) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 50 and 46. RGB value is (68,80,70). Sum of RGB (Red+Green+Blue) = 68+80+70=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #445046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445046 is #BBAFB9. Grayscale: #4B4B4B. Windows color (decimal): -12300218 or 4608068. OLE color: 4608068.

HSL color Cylindrical-coordinate representation of color #445046: hue angle of 130º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #445046 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB688070-
CMYK0.1500.120.69
HSL130º8.11%29.02%-
HSV(B)130º15%31.37%-
XYZ6.367.416.89-
YUV75.27125.02122.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=31.19%
G=36.70%
B=32.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880700.1500.120.691308.1129.02
Hex445046F0C458281d
Octal104120106170141052021035
Binary100010010100001000110111101100100010110000010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445046; }

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

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

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

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

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

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

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

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