#445243

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

Shades of Grey-Asparagus #445243

Tints of Grey-Asparagus #445243

Color information

#445243 (or 0x445243) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 52 and 43. RGB value is (68,82,67). Sum of RGB (Red+Green+Blue) = 68+82+67=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #445243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445243 is #BBADBC. Grayscale: #4C4C4C. Windows color (decimal): -12299709 or 4411972. OLE color: 4411972.

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

Color convert

RGB688267-
CMYK0.1700.180.68
HSL116º10.07%29.22%-
HSV(B)116º18.29%32.16%-
XYZ6.417.676.45-
YUV76.1122.86122.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 67 (26.56% from 255) = 30.88%
R=31.34%
G=37.79%
B=30.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882670.1700.180.6811610.0729.22
Hex445243110124474a1d
Octal104122103210221041641235
Binary1000100101001010000111000101001010001001110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445243; }

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

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

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

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

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

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

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

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