#406F55

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

Shades of Amazon #406F55

Tints of Amazon #406F55

Color information

#406F55 (or 0x406F55) is unknown color: approx Amazon. HEX triplet: 40, 6F and 55. RGB value is (64,111,85). Sum of RGB (Red+Green+Blue) = 64+111+85=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #406F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F55 is #BF90AA. Grayscale: #5E5E5E. Windows color (decimal): -12554411 or 5599040. OLE color: 5599040.

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

Color convert

RGB6411185-
CMYK0.4200.230.56
HSL146.81º26.86%34.31%-
HSV(B)146.81º42.34%43.53%-
XYZ9.4413.1110.63-
YUV93.98122.93106.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 111 (43.75% from 255) = 42.69%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=24.62%
G=42.69%
B=32.69%

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
Decimal64111850.4200.230.56146.8126.8634.31
Hex406F552A01738931b22
Octal10015712552027702233342
Binary1000000110111110101011010100101111110001001001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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