#406F52

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

Shades of Amazon #406F52

Tints of Amazon #406F52

Color information

#406F52 (or 0x406F52) is unknown color: approx Amazon. HEX triplet: 40, 6F and 52. RGB value is (64,111,82). Sum of RGB (Red+Green+Blue) = 64+111+82=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #406F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F52 is #BF90AD. Grayscale: #5D5D5D. Windows color (decimal): -12554414 or 5402432. OLE color: 5402432.

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

Color convert

RGB6411182-
CMYK0.4200.260.56
HSL142.98º26.86%34.31%-
HSV(B)142.98º42.34%43.53%-
XYZ9.3213.0710.01-
YUV93.64121.43106.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=24.90%
G=43.19%
B=31.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111820.4200.260.56142.9826.8634.31
Hex406F522A01A388f1b22
Octal10015712252032702173342
Binary1000000110111110100101010100110101110001000111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,111,82); }

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

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

 a { background-color: rgb(64,111,82); }

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

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

 span { border-color: rgb(64,111,82); }

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