#405542

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

Shades of Grey-Asparagus #405542

Tints of Grey-Asparagus #405542

Color information

#405542 (or 0x405542) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 55 and 42. RGB value is (64,85,66). Sum of RGB (Red+Green+Blue) = 64+85+66=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #405542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405542 is #BFAABD. Grayscale: #4C4C4C. Windows color (decimal): -12561086 or 4347200. OLE color: 4347200.

HSL color Cylindrical-coordinate representation of color #405542: hue angle of 125.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405542 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB648566-
CMYK0.2500.220.67
HSL125.71º14.09%29.22%-
HSV(B)125.71º24.71%33.33%-
XYZ6.357.986.36-
YUV76.55122.04119.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=29.77%
G=39.53%
B=30.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485660.2500.220.67125.7114.0929.22
Hex40554219016437ee1d
Octal100125102310261031761635
Binary1000000101010110000101100101011010000111111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405542; }

 p { color: rgb(64,85,66); }

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

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

 a { background-color: rgb(64,85,66); }

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

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

 span { border-color: rgb(64,85,66); }

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