#445145

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

Shades of Grey-Asparagus #445145

Tints of Grey-Asparagus #445145

Color information

#445145 (or 0x445145) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 51 and 45. RGB value is (68,81,69). Sum of RGB (Red+Green+Blue) = 68+81+69=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #445145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445145 is #BBAEBA. Grayscale: #4B4B4B. Windows color (decimal): -12299963 or 4542788. OLE color: 4542788.

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

Color convert

RGB688169-
CMYK0.1600.150.68
HSL124.62º8.72%29.22%-
HSV(B)124.62º16.05%31.76%-
XYZ6.47.546.75-
YUV75.74124.19122.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=31.19%
G=37.16%
B=31.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881690.1600.150.68124.628.7229.22
Hex445145100F447d91d
Octal104121105200171041751135
Binary100010010100011000101100000111110001001111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445145; }

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

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

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

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

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

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

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

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