#408557

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

Shades of Amazon #408557

Tints of Amazon #408557

Color information

#408557 (or 0x408557) is unknown color: approx Amazon. HEX triplet: 40, 85 and 57. RGB value is (64,133,87). Sum of RGB (Red+Green+Blue) = 64+133+87=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #408557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408557 is #BF7AA8. Grayscale: #6B6B6B. Windows color (decimal): -12548777 or 5735744. OLE color: 5735744.

HSL color Cylindrical-coordinate representation of color #408557: hue angle of 140º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408557 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB6413387-
CMYK0.5200.350.48
HSL140º35.03%38.63%-
HSV(B)140º51.88%52.16%-
XYZ12.2218.5511.95-
YUV107.12116.6497.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=22.54%
G=46.83%
B=30.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133870.5200.350.4814035.0338.63
Hex40855734023308c2327
Octal10020512764043602144347
Binary1000000100001011010111110100010001111000010001100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408557; }

 p { color: rgb(64,133,87); }

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

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

 a { background-color: rgb(64,133,87); }

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

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

 span { border-color: rgb(64,133,87); }

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