#406F56

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

Shades of Amazon #406F56

Tints of Amazon #406F56

Color information

#406F56 (or 0x406F56) is unknown color: approx Amazon. HEX triplet: 40, 6F and 56. RGB value is (64,111,86). Sum of RGB (Red+Green+Blue) = 64+111+86=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #406F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F56 is #BF90A9. Grayscale: #5E5E5E. Windows color (decimal): -12554410 or 5664576. OLE color: 5664576.

HSL color Cylindrical-coordinate representation of color #406F56: hue angle of 148.09º 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 #406F56 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB6411186-
CMYK0.4200.230.56
HSL148.09º26.86%34.31%-
HSV(B)148.09º42.34%43.53%-
XYZ9.4813.1310.84-
YUV94.1123.43106.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=24.52%
G=42.53%
B=32.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111860.4200.230.56148.0926.8634.31
Hex406F562A01738941b22
Octal10015712652027702243342
Binary1000000110111110101101010100101111110001001010011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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