#445745

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

Shades of Grey-Asparagus #445745

Tints of Grey-Asparagus #445745

Color information

#445745 (or 0x445745) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 57 and 45. RGB value is (68,87,69). Sum of RGB (Red+Green+Blue) = 68+87+69=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #445745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445745 is #BBA8BA. Grayscale: #4F4F4F. Windows color (decimal): -12298427 or 4544324. OLE color: 4544324.

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

Color convert

RGB688769-
CMYK0.2200.210.66
HSL123.16º12.26%30.39%-
HSV(B)123.16º21.84%34.12%-
XYZ6.878.486.9-
YUV79.27122.21119.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=30.36%
G=38.84%
B=30.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887690.2200.210.66123.1612.2630.39
Hex44574516015427bc1e
Octal104127105260251021731436
Binary1000100101011110001011011001010110000101111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445745; }

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

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

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

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

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

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

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

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