#445D3F

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

Shades of Grey-Asparagus #445D3F

Tints of Grey-Asparagus #445D3F

Color information

#445D3F (or 0x445D3F) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 5D and 3F. RGB value is (68,93,63). Sum of RGB (Red+Green+Blue) = 68+93+63=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #445D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D3F is #BBA2C0. Grayscale: #525252. Windows color (decimal): -12296897 or 4152644. OLE color: 4152644.

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

Color convert

RGB689363-
CMYK0.2700.320.64
HSL110º19.23%30.59%-
HSV(B)110º32.26%36.47%-
XYZ7.29.426.14-
YUV82.1117.22117.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 63 (25% from 255) = 28.12%
R=30.36%
G=41.52%
B=28.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893630.2700.320.6411019.2330.59
Hex445D3F1B020406e131f
Octal10413577330401001562337
Binary10001001011101111111110110100000100000011011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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