#407654

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

Shades of Amazon #407654

Tints of Amazon #407654

Color information

#407654 (or 0x407654) is unknown color: approx Amazon. HEX triplet: 40, 76 and 54. RGB value is (64,118,84). Sum of RGB (Red+Green+Blue) = 64+118+84=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #407654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407654 is #BF89AB. Grayscale: #626262. Windows color (decimal): -12552620 or 5535296. OLE color: 5535296.

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

Color convert

RGB6411884-
CMYK0.4600.290.54
HSL142.22º29.67%35.69%-
HSV(B)142.22º45.76%46.27%-
XYZ10.1914.6910.69-
YUV97.98120.11103.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=24.06%
G=44.36%
B=31.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118840.4600.290.54142.2229.6735.69
Hex4076542E01D368e1e24
Octal10016612456035662163644
Binary1000000111011010101001011100111011101101000111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407654; }

 p { color: rgb(64,118,84); }

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

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

 a { background-color: rgb(64,118,84); }

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

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

 span { border-color: rgb(64,118,84); }

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