#408A5C

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

Shades of Amazon #408A5C

Tints of Amazon #408A5C

Color information

#408A5C (or 0x408A5C) is unknown color: approx Amazon. HEX triplet: 40, 8A and 5C. RGB value is (64,138,92). Sum of RGB (Red+Green+Blue) = 64+138+92=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #408A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A5C is #BF75A3. Grayscale: #6E6E6E. Windows color (decimal): -12547492 or 6064704. OLE color: 6064704.

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

Color convert

RGB6413892-
CMYK0.5400.330.46
HSL142.7º36.63%39.61%-
HSV(B)142.7º53.62%54.12%-
XYZ13.1320.0413.3-
YUV110.63117.4894.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=21.77%
G=46.94%
B=31.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64138920.5400.330.46142.736.6339.61
Hex408A5C360212E8f2528
Octal10021213466041562174550
Binary1000000100010101011100110110010000110111010001111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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