#407C53

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

Shades of Amazon #407C53

Tints of Amazon #407C53

Color information

#407C53 (or 0x407C53) is unknown color: approx Amazon. HEX triplet: 40, 7C and 53. RGB value is (64,124,83). Sum of RGB (Red+Green+Blue) = 64+124+83=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #407C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C53 is #BF83AC. Grayscale: #656565. Windows color (decimal): -12551085 or 5471296. OLE color: 5471296.

HSL color Cylindrical-coordinate representation of color #407C53: hue angle of 139º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C53 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB6412483-
CMYK0.4800.330.51
HSL139º31.91%36.86%-
HSV(B)139º48.39%48.63%-
XYZ10.8816.1310.72-
YUV101.39117.62101.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 124 (48.83% from 255) = 45.76%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=23.62%
G=45.76%
B=30.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64124830.4800.330.5113931.9136.86
Hex407C5330021338b2025
Octal10017412360041632134045
Binary100000011111001010011110000010000111001110001011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407C53; }

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

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

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

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

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

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

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

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