#406C54

Color #406C54 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #406C54

Tints of Amazon #406C54

Color information

#406C54 (or 0x406C54) is unknown color: approx Amazon. HEX triplet: 40, 6C and 54. RGB value is (64,108,84). Sum of RGB (Red+Green+Blue) = 64+108+84=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #406C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C54 is #BF93AB. Grayscale: #5C5C5C. Windows color (decimal): -12555180 or 5532736. OLE color: 5532736.

HSL color Cylindrical-coordinate representation of color #406C54: hue angle of 147.27º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #406C54 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB6410884-
CMYK0.4100.220.58
HSL147.27º25.58%33.73%-
HSV(B)147.27º40.74%42.35%-
XYZ9.0812.4610.31-
YUV92.11123.42107.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 108 (42.58% from 255) = 42.19%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=25%
G=42.19%
B=32.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108840.4100.220.58147.2725.5833.73
Hex406C54290163A931a22
Octal10015412451026722233242
Binary1000000110110010101001010010101101110101001001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406C54; }

 p { color: rgb(64,108,84); }

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

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

 a { background-color: rgb(64,108,84); }

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

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

 span { border-color: rgb(64,108,84); }

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