#407759

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

Shades of Amazon #407759

Tints of Amazon #407759

Color information

#407759 (or 0x407759) is unknown color: approx Amazon. HEX triplet: 40, 77 and 59. RGB value is (64,119,89). Sum of RGB (Red+Green+Blue) = 64+119+89=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #407759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407759 is #BF88A6. Grayscale: #636363. Windows color (decimal): -12552359 or 5863232. OLE color: 5863232.

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

Color convert

RGB6411989-
CMYK0.4600.250.53
HSL147.27º30.05%35.88%-
HSV(B)147.27º46.22%46.67%-
XYZ10.511511.79-
YUV99.14122.28102.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 89 (35.16% from 255) = 32.72%
R=23.53%
G=43.75%
B=32.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119890.4600.250.53147.2730.0535.88
Hex4077592E01935931e24
Octal10016713156031652233644
Binary1000000111011110110011011100110011101011001001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407759; }

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

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

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

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

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

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

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

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