#445944

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

Shades of Grey-Asparagus #445944

Tints of Grey-Asparagus #445944

Color information

#445944 (or 0x445944) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 59 and 44. RGB value is (68,89,68). Sum of RGB (Red+Green+Blue) = 68+89+68=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #445944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445944 is #BBA6BB. Grayscale: #505050. Windows color (decimal): -12297916 or 4479300. OLE color: 4479300.

HSL color Cylindrical-coordinate representation of color #445944: hue angle of 120º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445944 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB688968-
CMYK0.2400.240.65
HSL120º13.38%30.78%-
HSV(B)120º23.6%34.9%-
XYZ78.796.8-
YUV80.33121.04119.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=30.22%
G=39.56%
B=30.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889680.2400.240.6512013.3830.78
Hex445944180184178d1f
Octal104131104300301011701537
Binary1000100101100110001001100001100010000011111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445944; }

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

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

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

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

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

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

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

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