#407053

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

Shades of Amazon #407053

Tints of Amazon #407053

Color information

#407053 (or 0x407053) is unknown color: approx Amazon. HEX triplet: 40, 70 and 53. RGB value is (64,112,83). Sum of RGB (Red+Green+Blue) = 64+112+83=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #407053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407053 is #BF8FAC. Grayscale: #5E5E5E. Windows color (decimal): -12554157 or 5468224. OLE color: 5468224.

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

Color convert

RGB6411283-
CMYK0.4300.260.56
HSL143.75º27.27%34.51%-
HSV(B)143.75º42.86%43.92%-
XYZ9.4713.310.25-
YUV94.34121.6106.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=24.71%
G=43.24%
B=32.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112830.4300.260.56143.7527.2734.51
Hex4070532B01A38901b23
Octal10016012353032702203343
Binary1000000111000010100111010110110101110001001000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407053; }

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

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

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

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

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

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

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

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