#445D44

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

Shades of Grey-Asparagus #445D44

Tints of Grey-Asparagus #445D44

Color information

#445D44 (or 0x445D44) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 5D and 44. RGB value is (68,93,68). Sum of RGB (Red+Green+Blue) = 68+93+68=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #445D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D44 is #BBA2BB. Grayscale: #525252. Windows color (decimal): -12296892 or 4480324. OLE color: 4480324.

HSL color Cylindrical-coordinate representation of color #445D44: hue angle of 120º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445D44 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB689368-
CMYK0.2700.270.64
HSL120º15.53%31.57%-
HSV(B)120º26.88%36.47%-
XYZ7.349.486.91-
YUV82.68119.72117.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=29.69%
G=40.61%
B=29.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893680.2700.270.6412015.5331.57
Hex445D441B01B40781020
Octal104135104330331001702040
Binary100010010111011000100110110110111000000111100010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445D44; }

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

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

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

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

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

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

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

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