#445846

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

Shades of Grey-Asparagus #445846

Tints of Grey-Asparagus #445846

Color information

#445846 (or 0x445846) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 58 and 46. RGB value is (68,88,70). Sum of RGB (Red+Green+Blue) = 68+88+70=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #445846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445846 is #BBA7B9. Grayscale: #505050. Windows color (decimal): -12298170 or 4610116. OLE color: 4610116.

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

Color convert

RGB688870-
CMYK0.2300.200.65
HSL126º12.82%30.59%-
HSV(B)126º22.73%34.51%-
XYZ6.988.657.1-
YUV79.97122.37119.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=30.09%
G=38.94%
B=30.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888700.2300.200.6512612.8230.59
Hex44584617014417ed1f
Octal104130106270241011761537
Binary1000100101100010001101011101010010000011111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445846; }

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

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

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

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

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

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

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

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