#407C57

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

Shades of Amazon #407C57

Tints of Amazon #407C57

Color information

#407C57 (or 0x407C57) is unknown color: approx Amazon. HEX triplet: 40, 7C and 57. RGB value is (64,124,87). Sum of RGB (Red+Green+Blue) = 64+124+87=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #407C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C57 is #BF83A8. Grayscale: #656565. Windows color (decimal): -12551081 or 5733440. OLE color: 5733440.

HSL color Cylindrical-coordinate representation of color #407C57: hue angle of 143º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C57 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB6412487-
CMYK0.4800.300.51
HSL143º31.91%36.86%-
HSV(B)143º48.39%48.63%-
XYZ11.0416.1911.56-
YUV101.84119.62101.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=23.27%
G=45.09%
B=31.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64124870.4800.300.5114331.9136.86
Hex407C573001E338f2025
Octal10017412760036632174045
Binary10000001111100101011111000001111011001110001111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407C57; }

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

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

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

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

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

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

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

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