#408B5A

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

Shades of Amazon #408B5A

Tints of Amazon #408B5A

Color information

#408B5A (or 0x408B5A) is unknown color: approx Amazon. HEX triplet: 40, 8B and 5A. RGB value is (64,139,90). Sum of RGB (Red+Green+Blue) = 64+139+90=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #408B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B5A is #BF74A5. Grayscale: #6F6F6F. Windows color (decimal): -12547238 or 5933888. OLE color: 5933888.

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

Color convert

RGB6413990-
CMYK0.5400.350.45
HSL140.8º36.95%39.8%-
HSV(B)140.8º53.96%54.51%-
XYZ13.1920.2912.89-
YUV110.99116.1594.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 139 (54.69% from 255) = 47.44%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=21.84%
G=47.44%
B=30.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64139900.5400.350.45140.836.9539.8
Hex408B5A360232D8d2528
Octal10021313266043552154550
Binary1000000100010111011010110110010001110110110001101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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