#407655

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

Shades of Amazon #407655

Tints of Amazon #407655

Color information

#407655 (or 0x407655) is unknown color: approx Amazon. HEX triplet: 40, 76 and 55. RGB value is (64,118,85). Sum of RGB (Red+Green+Blue) = 64+118+85=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #407655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407655 is #BF89AA. Grayscale: #626262. Windows color (decimal): -12552619 or 5600832. OLE color: 5600832.

HSL color Cylindrical-coordinate representation of color #407655: hue angle of 143.33º 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 #407655 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB6411885-
CMYK0.4600.280.54
HSL143.33º29.67%35.69%-
HSV(B)143.33º45.76%46.27%-
XYZ10.2314.710.89-
YUV98.09120.61103.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=23.97%
G=44.19%
B=31.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118850.4600.280.54143.3329.6735.69
Hex4076552E01C368f1e24
Octal10016612556034662173644
Binary1000000111011010101011011100111001101101000111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407655; }

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

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

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

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

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

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

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

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