#445946

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

Shades of Grey-Asparagus #445946

Tints of Grey-Asparagus #445946

Color information

#445946 (or 0x445946) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 59 and 46. RGB value is (68,89,70). Sum of RGB (Red+Green+Blue) = 68+89+70=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #445946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445946 is #BBA6B9. Grayscale: #505050. Windows color (decimal): -12297914 or 4610372. OLE color: 4610372.

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

Color convert

RGB688970-
CMYK0.2400.210.65
HSL125.71º13.38%30.78%-
HSV(B)125.71º23.6%34.9%-
XYZ7.068.827.12-
YUV80.55122.04119.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=29.96%
G=39.21%
B=30.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889700.2400.210.65125.7113.3830.78
Hex44594618015417ed1f
Octal104131106300251011761537
Binary1000100101100110001101100001010110000011111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445946; }

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

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

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

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

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

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

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

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