#407857

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

Shades of Amazon #407857

Tints of Amazon #407857

Color information

#407857 (or 0x407857) is unknown color: approx Amazon. HEX triplet: 40, 78 and 57. RGB value is (64,120,87). Sum of RGB (Red+Green+Blue) = 64+120+87=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #407857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407857 is #BF87A8. Grayscale: #636363. Windows color (decimal): -12552105 or 5732416. OLE color: 5732416.

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

Color convert

RGB6412087-
CMYK0.4700.280.53
HSL144.64º30.43%36.08%-
HSV(B)144.64º46.67%47.06%-
XYZ10.5515.2111.4-
YUV99.49120.95102.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 87 (34.38% from 255) = 32.10%
R=23.62%
G=44.28%
B=32.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120870.4700.280.53144.6430.4336.08
Hex4078572F01C35911e24
Octal10017012757034652213644
Binary1000000111100010101111011110111001101011001000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407857; }

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

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

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

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

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

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

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

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