#407657

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

Shades of Amazon #407657

Tints of Amazon #407657

Color information

#407657 (or 0x407657) is unknown color: approx Amazon. HEX triplet: 40, 76 and 57. RGB value is (64,118,87). Sum of RGB (Red+Green+Blue) = 64+118+87=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #407657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407657 is #BF89A8. Grayscale: #626262. Windows color (decimal): -12552617 or 5731904. OLE color: 5731904.

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

Color convert

RGB6411887-
CMYK0.4600.260.54
HSL145.56º29.67%35.69%-
HSV(B)145.56º45.76%46.27%-
XYZ10.3114.7311.32-
YUV98.32121.61103.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 87 (34.38% from 255) = 32.34%
R=23.79%
G=43.87%
B=32.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118870.4600.260.54145.5629.6735.69
Hex4076572E01A36921e24
Octal10016612756032662223644
Binary1000000111011010101111011100110101101101001001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407657; }

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

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

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

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

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

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

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

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