#445842

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

Shades of Grey-Asparagus #445842

Tints of Grey-Asparagus #445842

Color information

#445842 (or 0x445842) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 58 and 42. RGB value is (68,88,66). Sum of RGB (Red+Green+Blue) = 68+88+66=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #445842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445842 is #BBA7BD. Grayscale: #4F4F4F. Windows color (decimal): -12298174 or 4347972. OLE color: 4347972.

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

Color convert

RGB688866-
CMYK0.2300.250.65
HSL114.55º14.29%30.2%-
HSV(B)114.55º25%34.51%-
XYZ6.868.66.45-
YUV79.51120.37119.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=30.63%
G=39.64%
B=29.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888660.2300.250.65114.5514.2930.2
Hex445842170194173e1e
Octal104130102270311011631636
Binary1000100101100010000101011101100110000011110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445842; }

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

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

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

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

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

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

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

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