#408957

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

Shades of Amazon #408957

Tints of Amazon #408957

Color information

#408957 (or 0x408957) is unknown color: approx Amazon. HEX triplet: 40, 89 and 57. RGB value is (64,137,87). Sum of RGB (Red+Green+Blue) = 64+137+87=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #408957 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408957 is #BF76A8. Grayscale: #6D6D6D. Windows color (decimal): -12547753 or 5736768. OLE color: 5736768.

HSL color Cylindrical-coordinate representation of color #408957: hue angle of 138.9º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408957 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB6413787-
CMYK0.5300.360.46
HSL138.9º36.32%39.41%-
HSV(B)138.9º53.28%53.73%-
XYZ12.7819.6712.14-
YUV109.47115.3295.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=22.22%
G=47.57%
B=30.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137870.5300.360.46138.936.3239.41
Hex408957350242E8b2427
Octal10021112765044562134447
Binary1000000100010011010111110101010010010111010001011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408957; }

 p { color: rgb(64,137,87); }

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

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

 a { background-color: rgb(64,137,87); }

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

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

 span { border-color: rgb(64,137,87); }

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