#445C3F

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

Shades of Grey-Asparagus #445C3F

Tints of Grey-Asparagus #445C3F

Color information

#445C3F (or 0x445C3F) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 5C and 3F. RGB value is (68,92,63). Sum of RGB (Red+Green+Blue) = 68+92+63=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #445C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C3F is #BBA3C0. Grayscale: #515151. Windows color (decimal): -12297153 or 4152388. OLE color: 4152388.

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

Color convert

RGB689263-
CMYK0.2600.320.64
HSL109.66º18.71%30.39%-
HSV(B)109.66º31.52%36.08%-
XYZ7.119.246.11-
YUV81.52117.55118.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 63 (25% from 255) = 28.25%
R=30.49%
G=41.26%
B=28.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6892630.2600.320.64109.6618.7130.39
Hex445C3F1A020406e131e
Octal10413477320401001562336
Binary10001001011100111111110100100000100000011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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