#408257

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

Shades of Amazon #408257

Tints of Amazon #408257

Color information

#408257 (or 0x408257) is unknown color: approx Amazon. HEX triplet: 40, 82 and 57. RGB value is (64,130,87). Sum of RGB (Red+Green+Blue) = 64+130+87=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #408257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408257 is #BF7DA8. Grayscale: #696969. Windows color (decimal): -12549545 or 5734976. OLE color: 5734976.

HSL color Cylindrical-coordinate representation of color #408257: hue angle of 140.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408257 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB6413087-
CMYK0.5100.330.49
HSL140.91º34.02%38.04%-
HSV(B)140.91º50.77%50.98%-
XYZ11.8217.7411.82-
YUV105.36117.6398.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=22.78%
G=46.26%
B=30.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130870.5100.330.49140.9134.0238.04
Hex40825733021318d2226
Octal10020212763041612154246
Binary1000000100000101010111110011010000111000110001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408257; }

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

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

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

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

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

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

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

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