#408A5A

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

Shades of Amazon #408A5A

Tints of Amazon #408A5A

Color information

#408A5A (or 0x408A5A) is unknown color: approx Amazon. HEX triplet: 40, 8A and 5A. RGB value is (64,138,90). Sum of RGB (Red+Green+Blue) = 64+138+90=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #408A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A5A is #BF75A5. Grayscale: #6E6E6E. Windows color (decimal): -12547494 or 5933632. OLE color: 5933632.

HSL color Cylindrical-coordinate representation of color #408A5A: hue angle of 141.08º 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 #408A5A is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB6413890-
CMYK0.5400.350.46
HSL141.08º36.63%39.61%-
HSV(B)141.08º53.62%54.12%-
XYZ13.0520.0112.85-
YUV110.4116.4894.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=21.92%
G=47.26%
B=30.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64138900.5400.350.46141.0836.6339.61
Hex408A5A360232E8d2528
Octal10021213266043562154550
Binary1000000100010101011010110110010001110111010001101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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