#445246

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

Shades of Grey-Asparagus #445246

Tints of Grey-Asparagus #445246

Color information

#445246 (or 0x445246) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 52 and 46. RGB value is (68,82,70). Sum of RGB (Red+Green+Blue) = 68+82+70=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #445246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445246 is #BBADB9. Grayscale: #4C4C4C. Windows color (decimal): -12299706 or 4608580. OLE color: 4608580.

HSL color Cylindrical-coordinate representation of color #445246: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #445246 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB688270-
CMYK0.1700.150.68
HSL128.57º9.33%29.41%-
HSV(B)128.57º17.07%32.16%-
XYZ6.517.716.94-
YUV76.45124.36121.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=30.91%
G=37.27%
B=31.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882700.1700.150.68128.579.3329.41
Hex445246110F448191d
Octal104122106210171042011135
Binary1000100101001010001101000101111100010010000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445246; }

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

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

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

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

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

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

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

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