#407453

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

Shades of Amazon #407453

Tints of Amazon #407453

Color information

#407453 (or 0x407453) is unknown color: approx Amazon. HEX triplet: 40, 74 and 53. RGB value is (64,116,83). Sum of RGB (Red+Green+Blue) = 64+116+83=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #407453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407453 is #BF8BAC. Grayscale: #606060. Windows color (decimal): -12553133 or 5469248. OLE color: 5469248.

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

Color convert

RGB6411683-
CMYK0.4500.280.55
HSL141.92º28.89%35.29%-
HSV(B)141.92º44.83%45.49%-
XYZ9.9214.2110.4-
YUV96.69120.27104.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=24.33%
G=44.11%
B=31.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116830.4500.280.55141.9228.8935.29
Hex4074532D01C378e1d23
Octal10016412355034672163543
Binary1000000111010010100111011010111001101111000111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407453; }

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

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

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

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

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

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

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

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