#408059

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

Shades of Amazon #408059

Tints of Amazon #408059

Color information

#408059 (or 0x408059) is unknown color: approx Amazon. HEX triplet: 40, 80 and 59. RGB value is (64,128,89). Sum of RGB (Red+Green+Blue) = 64+128+89=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #408059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408059 is #BF7FA6. Grayscale: #686868. Windows color (decimal): -12550055 or 5865536. OLE color: 5865536.

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

Color convert

RGB6412889-
CMYK0.500.300.50
HSL143.44º33.33%37.65%-
HSV(B)143.44º50%50.2%-
XYZ11.6417.2512.17-
YUV104.42119.399.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=22.78%
G=45.55%
B=31.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64128890.500.300.50143.4433.3337.65
Hex4080593201E328f2126
Octal10020013162036622174146
Binary100000010000000101100111001001111011001010001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408059; }

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

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

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

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

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

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

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

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