#445C46

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

Shades of Grey-Asparagus #445C46

Tints of Grey-Asparagus #445C46

Color information

#445C46 (or 0x445C46) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 5C and 46. RGB value is (68,92,70). Sum of RGB (Red+Green+Blue) = 68+92+70=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #445C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C46 is #BBA3B9. Grayscale: #525252. Windows color (decimal): -12297146 or 4611140. OLE color: 4611140.

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

Color convert

RGB689270-
CMYK0.2600.240.64
HSL125º15%31.37%-
HSV(B)125º26.09%36.08%-
XYZ7.329.337.21-
YUV82.32121.05117.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 92 (36.33% from 255) = 40%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=29.57%
G=40%
B=30.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6892700.2600.240.641251531.37
Hex445C461A018407df1f
Octal104134106320301001751737
Binary1000100101110010001101101001100010000001111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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