#407753

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

Shades of Amazon #407753

Tints of Amazon #407753

Color information

#407753 (or 0x407753) is unknown color: approx Amazon. HEX triplet: 40, 77 and 53. RGB value is (64,119,83). Sum of RGB (Red+Green+Blue) = 64+119+83=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #407753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407753 is #BF88AC. Grayscale: #626262. Windows color (decimal): -12552365 or 5470016. OLE color: 5470016.

HSL color Cylindrical-coordinate representation of color #407753: hue angle of 140.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407753 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB6411983-
CMYK0.4600.300.53
HSL140.73º30.05%35.88%-
HSV(B)140.73º46.22%46.67%-
XYZ10.2714.9110.52-
YUV98.45119.28103.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 119 (46.88% from 255) = 44.74%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=24.06%
G=44.74%
B=31.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119830.4600.300.53140.7330.0535.88
Hex4077532E01E358d1e24
Octal10016712356036652153644
Binary1000000111011110100111011100111101101011000110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407753; }

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

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

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

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

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

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

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

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