#407c59

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

Shades of Amazon #407C59

Tints of Amazon #407C59

Color information

#407C59 (or 0x407C59) is unknown color: approx Amazon. HEX triplet: 40, 7C and 59. RGB value is (64,124,89). Sum of RGB (Red+Green+Blue) = 64+124+89=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #407C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C59 is #BF83A6. Grayscale: #666666. Windows color (decimal): -12551079 or 5864512. OLE color: 5864512.

HSL color Cylindrical-coordinate representation of color #407C59: hue angle of 145º 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 #407C59 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB6412489-
CMYK0.4800.280.51
HSL145º31.91%36.86%-
HSV(B)145º48.39%48.63%-
XYZ11.1316.2312-
YUV102.07120.62100.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=23.10%
G=44.77%
B=32.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64124890.4800.280.5114531.9136.86
Hex407C593001C33912025
Octal10017413160034632214045
Binary10000001111100101100111000001110011001110010001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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