#407159

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

Shades of Amazon #407159

Tints of Amazon #407159

Color information

#407159 (or 0x407159) is unknown color: approx Amazon. HEX triplet: 40, 71 and 59. RGB value is (64,113,89). Sum of RGB (Red+Green+Blue) = 64+113+89=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #407159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407159 is #BF8EA6. Grayscale: #5F5F5F. Windows color (decimal): -12553895 or 5861696. OLE color: 5861696.

HSL color Cylindrical-coordinate representation of color #407159: hue angle of 150.61º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407159 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB6411389-
CMYK0.4300.210.56
HSL150.61º27.68%34.71%-
HSV(B)150.61º43.36%44.31%-
XYZ9.8213.6211.56-
YUV95.61124.27105.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=24.06%
G=42.48%
B=33.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113890.4300.210.56150.6127.6834.71
Hex4071592B01538971c23
Octal10016113153025702273443
Binary1000000111000110110011010110101011110001001011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407159; }

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

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

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

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

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

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

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

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