#408657

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

Shades of Amazon #408657

Tints of Amazon #408657

Color information

#408657 (or 0x408657) is unknown color: approx Amazon. HEX triplet: 40, 86 and 57. RGB value is (64,134,87). Sum of RGB (Red+Green+Blue) = 64+134+87=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #408657 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408657 is #BF79A8. Grayscale: #6B6B6B. Windows color (decimal): -12548521 or 5736000. OLE color: 5736000.

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

Color convert

RGB6413487-
CMYK0.5200.350.47
HSL139.71º35.35%38.82%-
HSV(B)139.71º52.24%52.55%-
XYZ12.3618.8312-
YUV107.71116.3196.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=22.46%
G=47.02%
B=30.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134870.5200.350.47139.7135.3538.82
Hex408657340232F8c2327
Octal10020612764043572144347
Binary1000000100001101010111110100010001110111110001100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408657; }

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

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

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

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

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

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

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

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