#406B52

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

Shades of Amazon #406B52

Tints of Amazon #406B52

Color information

#406B52 (or 0x406B52) is unknown color: approx Amazon. HEX triplet: 40, 6B and 52. RGB value is (64,107,82). Sum of RGB (Red+Green+Blue) = 64+107+82=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #406B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B52 is #BF94AD. Grayscale: #5B5B5B. Windows color (decimal): -12555438 or 5401408. OLE color: 5401408.

HSL color Cylindrical-coordinate representation of color #406B52: hue angle of 145.12º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B52 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB6410782-
CMYK0.4000.230.58
HSL145.12º25.15%33.53%-
HSV(B)145.12º40.19%41.96%-
XYZ8.912.219.87-
YUV91.29122.75108.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 107 (42.19% from 255) = 42.29%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=25.30%
G=42.29%
B=32.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64107820.4000.230.58145.1225.1533.53
Hex406B52280173A911922
Octal10015312250027722213142
Binary1000000110101110100101010000101111110101001000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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