#408159

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

Shades of Amazon #408159

Tints of Amazon #408159

Color information

#408159 (or 0x408159) is unknown color: approx Amazon. HEX triplet: 40, 81 and 59. RGB value is (64,129,89). Sum of RGB (Red+Green+Blue) = 64+129+89=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #408159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408159 is #BF7EA6. Grayscale: #696969. Windows color (decimal): -12549799 or 5865792. OLE color: 5865792.

HSL color Cylindrical-coordinate representation of color #408159: hue angle of 143.08º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408159 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB6412989-
CMYK0.5000.310.49
HSL143.08º33.68%37.84%-
HSV(B)143.08º50.39%50.59%-
XYZ11.7717.5112.21-
YUV105118.9798.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=22.70%
G=45.74%
B=31.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129890.5000.310.49143.0833.6837.84
Hex4081593201F318f2226
Octal10020113162037612174246
Binary100000010000001101100111001001111111000110001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408159; }

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

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

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

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

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

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

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

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