#445D42

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

Shades of Grey-Asparagus #445D42

Tints of Grey-Asparagus #445D42

Color information

#445D42 (or 0x445D42) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 5D and 42. RGB value is (68,93,66). Sum of RGB (Red+Green+Blue) = 68+93+66=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #445D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D42 is #BBA2BD. Grayscale: #525252. Windows color (decimal): -12296894 or 4349252. OLE color: 4349252.

HSL color Cylindrical-coordinate representation of color #445D42: hue angle of 115.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #445D42 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB689366-
CMYK0.2700.290.64
HSL115.56º16.98%31.18%-
HSV(B)115.56º29.03%36.47%-
XYZ7.289.456.59-
YUV82.45118.72117.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 93 (36.72% from 255) = 40.97%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=29.96%
G=40.97%
B=29.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893660.2700.290.64115.5616.9831.18
Hex445D421B01D4074111f
Octal104135102330351001642137
Binary10001001011101100001011011011101100000011101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445D42; }

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

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

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

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

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

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

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

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