#445742

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

Shades of Grey-Asparagus #445742

Tints of Grey-Asparagus #445742

Color information

#445742 (or 0x445742) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 57 and 42. RGB value is (68,87,66). Sum of RGB (Red+Green+Blue) = 68+87+66=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #445742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445742 is #BBA8BD. Grayscale: #4E4E4E. Windows color (decimal): -12298430 or 4347716. OLE color: 4347716.

HSL color Cylindrical-coordinate representation of color #445742: hue angle of 114.29º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445742 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB688766-
CMYK0.2200.240.66
HSL114.29º13.73%30%-
HSV(B)114.29º24.14%34.12%-
XYZ6.788.446.43-
YUV78.92120.71120.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=30.77%
G=39.37%
B=29.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887660.2200.240.66114.2913.7330
Hex445742160184272e1e
Octal104127102260301021621636
Binary1000100101011110000101011001100010000101110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445742; }

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

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

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

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

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

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

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

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