#408659

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

Shades of Amazon #408659

Tints of Amazon #408659

Color information

#408659 (or 0x408659) is unknown color: approx Amazon. HEX triplet: 40, 86 and 59. RGB value is (64,134,89). Sum of RGB (Red+Green+Blue) = 64+134+89=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #408659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408659 is #BF79A6. Grayscale: #6C6C6C. Windows color (decimal): -12548519 or 5867072. OLE color: 5867072.

HSL color Cylindrical-coordinate representation of color #408659: hue angle of 141.43º 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 #408659 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB6413489-
CMYK0.5200.340.47
HSL141.43º35.35%38.82%-
HSV(B)141.43º52.24%52.55%-
XYZ12.4418.8612.44-
YUV107.94117.3196.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=22.30%
G=46.69%
B=31.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134890.5200.340.47141.4335.3538.82
Hex408659340222F8d2327
Octal10020613164042572154347
Binary1000000100001101011001110100010001010111110001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408659; }

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

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

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

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

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

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

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

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