#408A5B

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

Shades of Amazon #408A5B

Tints of Amazon #408A5B

Color information

#408A5B (or 0x408A5B) is unknown color: approx Amazon. HEX triplet: 40, 8A and 5B. RGB value is (64,138,91). Sum of RGB (Red+Green+Blue) = 64+138+91=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #408A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A5B is #BF75A4. Grayscale: #6E6E6E. Windows color (decimal): -12547493 or 5999168. OLE color: 5999168.

HSL color Cylindrical-coordinate representation of color #408A5B: hue angle of 141.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A5B is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB6413891-
CMYK0.5400.340.46
HSL141.89º36.63%39.61%-
HSV(B)141.89º53.62%54.12%-
XYZ13.0920.0213.07-
YUV110.52116.9894.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=21.84%
G=47.10%
B=31.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64138910.5400.340.46141.8936.6339.61
Hex408A5B360222E8e2528
Octal10021213366042562164550
Binary1000000100010101011011110110010001010111010001110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408A5B; }

 p { color: rgb(64,138,91); }

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

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

 a { background-color: rgb(64,138,91); }

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

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

 span { border-color: rgb(64,138,91); }

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