#407052

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

Shades of Amazon #407052

Tints of Amazon #407052

Color information

#407052 (or 0x407052) is unknown color: approx Amazon. HEX triplet: 40, 70 and 52. RGB value is (64,112,82). Sum of RGB (Red+Green+Blue) = 64+112+82=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #407052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407052 is #BF8FAD. Grayscale: #5E5E5E. Windows color (decimal): -12554158 or 5402688. OLE color: 5402688.

HSL color Cylindrical-coordinate representation of color #407052: hue angle of 142.5º degrees, saturation: 0.27, 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 #407052 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB6411282-
CMYK0.4300.270.56
HSL142.5º27.27%34.51%-
HSV(B)142.5º42.86%43.92%-
XYZ9.4313.2910.05-
YUV94.23121.1106.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=24.81%
G=43.41%
B=31.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112820.4300.270.56142.527.2734.51
Hex4070522B01B388e1b23
Octal10016012253033702163343
Binary1000000111000010100101010110110111110001000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407052; }

 p { color: rgb(64,112,82); }

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

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

 a { background-color: rgb(64,112,82); }

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

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

 span { border-color: rgb(64,112,82); }

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