#408160

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

Shades of Amazon #408160

Tints of Amazon #408160

Color information

#408160 (or 0x408160) is unknown color: approx Amazon. HEX triplet: 40, 81 and 60. RGB value is (64,129,96). Sum of RGB (Red+Green+Blue) = 64+129+96=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #408160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408160 is #BF7E9F. Grayscale: #696969. Windows color (decimal): -12549792 or 6324544. OLE color: 6324544.

HSL color Cylindrical-coordinate representation of color #408160: hue angle of 149.54º 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 #408160 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB6412996-
CMYK0.5000.260.49
HSL149.54º33.68%37.84%-
HSV(B)149.54º50.39%50.59%-
XYZ12.0817.6413.83-
YUV105.8122.4798.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=22.15%
G=44.64%
B=33.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129960.5000.260.49149.5433.6837.84
Hex4081603201A31962226
Octal10020114062032612264246
Binary100000010000001110000011001001101011000110010110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408160; }

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

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

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

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

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

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

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

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