#407959

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

Shades of Amazon #407959

Tints of Amazon #407959

Color information

#407959 (or 0x407959) is unknown color: approx Amazon. HEX triplet: 40, 79 and 59. RGB value is (64,121,89). Sum of RGB (Red+Green+Blue) = 64+121+89=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #407959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407959 is #BF86A6. Grayscale: #646464. Windows color (decimal): -12551847 or 5863744. OLE color: 5863744.

HSL color Cylindrical-coordinate representation of color #407959: hue angle of 146.32º degrees, saturation: 0.31, 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 #407959 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB6412189-
CMYK0.4700.260.53
HSL146.32º30.81%36.27%-
HSV(B)146.32º47.11%47.45%-
XYZ10.7515.4911.87-
YUV100.31121.62102.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 121 (47.66% from 255) = 44.16%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=23.36%
G=44.16%
B=32.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121890.4700.260.53146.3230.8136.27
Hex4079592F01A35921f24
Octal10017113157032652223744
Binary1000000111100110110011011110110101101011001001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407959; }

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

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

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

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

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

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

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

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