#407452

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

Shades of Amazon #407452

Tints of Amazon #407452

Color information

#407452 (or 0x407452) is unknown color: approx Amazon. HEX triplet: 40, 74 and 52. RGB value is (64,116,82). Sum of RGB (Red+Green+Blue) = 64+116+82=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #407452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407452 is #BF8BAD. Grayscale: #606060. Windows color (decimal): -12553134 or 5403712. OLE color: 5403712.

HSL color Cylindrical-coordinate representation of color #407452: hue angle of 140.77º 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 #407452 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB6411682-
CMYK0.4500.290.55
HSL140.77º28.89%35.29%-
HSV(B)140.77º44.83%45.49%-
XYZ9.8814.1910.2-
YUV96.58119.77104.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=24.43%
G=44.27%
B=31.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116820.4500.290.55140.7728.8935.29
Hex4074522D01D378d1d23
Octal10016412255035672153543
Binary1000000111010010100101011010111011101111000110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407452; }

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

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

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

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

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

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

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

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