#407A59

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

Shades of Amazon #407A59

Tints of Amazon #407A59

Color information

#407A59 (or 0x407A59) is unknown color: approx Amazon. HEX triplet: 40, 7A and 59. RGB value is (64,122,89). Sum of RGB (Red+Green+Blue) = 64+122+89=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #407A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A59 is #BF85A6. Grayscale: #646464. Windows color (decimal): -12551591 or 5864000. OLE color: 5864000.

HSL color Cylindrical-coordinate representation of color #407A59: hue angle of 145.86º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A59 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB6412289-
CMYK0.4800.270.52
HSL145.86º31.18%36.47%-
HSV(B)145.86º47.54%47.84%-
XYZ10.8815.7311.91-
YUV100.9121.28101.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 122 (48.05% from 255) = 44.36%
BLUE value IS 89 (35.16% from 255) = 32.36%
R=23.27%
G=44.36%
B=32.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64122890.4800.270.52145.8631.1836.47
Hex407A593001B34921f24
Octal10017213160033642223744
Binary1000000111101010110011100000110111101001001001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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