#445242

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

Shades of Grey-Asparagus #445242

Tints of Grey-Asparagus #445242

Color information

#445242 (or 0x445242) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 52 and 42. RGB value is (68,82,66). Sum of RGB (Red+Green+Blue) = 68+82+66=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #445242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445242 is #BBADBD. Grayscale: #4C4C4C. Windows color (decimal): -12299710 or 4346436. OLE color: 4346436.

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

Color convert

RGB688266-
CMYK0.1700.200.68
HSL112.5º10.81%29.02%-
HSV(B)112.5º19.51%32.16%-
XYZ6.387.666.3-
YUV75.99122.36122.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=31.48%
G=37.96%
B=30.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882660.1700.200.68112.510.8129.02
Hex445242110144470b1d
Octal104122102210241041601335
Binary1000100101001010000101000101010010001001110000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445242; }

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

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

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

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

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

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

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

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