#445045

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

Shades of Grey-Asparagus #445045

Tints of Grey-Asparagus #445045

Color information

#445045 (or 0x445045) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 50 and 45. RGB value is (68,80,69). Sum of RGB (Red+Green+Blue) = 68+80+69=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #445045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445045 is #BBAFBA. Grayscale: #4B4B4B. Windows color (decimal): -12300219 or 4542532. OLE color: 4542532.

HSL color Cylindrical-coordinate representation of color #445045: hue angle of 125º 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 #445045 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB688069-
CMYK0.1500.140.69
HSL125º8.11%29.02%-
HSV(B)125º15%31.37%-
XYZ6.337.46.72-
YUV75.16124.52122.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=31.34%
G=36.87%
B=31.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880690.1500.140.691258.1129.02
Hex445045F0E457d81d
Octal104120105170161051751035
Binary10001001010000100010111110111010001011111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445045; }

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

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

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

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

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

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

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

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