#445044

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

Shades of Grey-Asparagus #445044

Tints of Grey-Asparagus #445044

Color information

#445044 (or 0x445044) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 50 and 44. RGB value is (68,80,68). Sum of RGB (Red+Green+Blue) = 68+80+68=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #445044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445044 is #BBAFBB. Grayscale: #4B4B4B. Windows color (decimal): -12300220 or 4476996. OLE color: 4476996.

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

Color convert

RGB688068-
CMYK0.1500.150.69
HSL120º8.11%29.02%-
HSV(B)120º15%31.37%-
XYZ6.37.386.56-
YUV75.04124.02122.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=31.48%
G=37.04%
B=31.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880680.1500.150.691208.1129.02
Hex445044F0F457881d
Octal104120104170171051701035
Binary10001001010000100010011110111110001011111000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445044; }

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

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

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

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

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

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

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

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