#407553

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

Shades of Amazon #407553

Tints of Amazon #407553

Color information

#407553 (or 0x407553) is unknown color: approx Amazon. HEX triplet: 40, 75 and 53. RGB value is (64,117,83). Sum of RGB (Red+Green+Blue) = 64+117+83=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #407553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407553 is #BF8AAC. Grayscale: #616161. Windows color (decimal): -12552877 or 5469504. OLE color: 5469504.

HSL color Cylindrical-coordinate representation of color #407553: hue angle of 141.51º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407553 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB6411783-
CMYK0.4500.290.54
HSL141.51º29.28%35.49%-
HSV(B)141.51º45.3%45.88%-
XYZ10.0414.4410.44-
YUV97.28119.94104.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 83 (32.81% from 255) = 31.44%
R=24.24%
G=44.32%
B=31.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117830.4500.290.54141.5129.2835.49
Hex4075532D01D368e1d23
Octal10016512355035662163543
Binary1000000111010110100111011010111011101101000111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407553; }

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

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

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

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

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

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

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

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