#445245

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

Shades of Grey-Asparagus #445245

Tints of Grey-Asparagus #445245

Color information

#445245 (or 0x445245) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 52 and 45. RGB value is (68,82,69). Sum of RGB (Red+Green+Blue) = 68+82+69=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #445245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445245 is #BBADBA. Grayscale: #4C4C4C. Windows color (decimal): -12299707 or 4543044. OLE color: 4543044.

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

Color convert

RGB688269-
CMYK0.1700.160.68
HSL124.29º9.33%29.41%-
HSV(B)124.29º17.07%32.16%-
XYZ6.487.696.77-
YUV76.33123.86122.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=31.05%
G=37.44%
B=31.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882690.1700.160.68124.299.3329.41
Hex44524511010447c91d
Octal104122105210201041741135
Binary1000100101001010001011000101000010001001111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445245; }

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

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

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

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

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

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

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

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