#408661

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

Shades of Amazon #408661

Tints of Amazon #408661

Color information

#408661 (or 0x408661) is unknown color: approx Amazon. HEX triplet: 40, 86 and 61. RGB value is (64,134,97). Sum of RGB (Red+Green+Blue) = 64+134+97=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #408661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408661 is #BF799E. Grayscale: #6C6C6C. Windows color (decimal): -12548511 or 6391360. OLE color: 6391360.

HSL color Cylindrical-coordinate representation of color #408661: hue angle of 148.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408661 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB6413497-
CMYK0.5200.280.47
HSL148.29º35.35%38.82%-
HSV(B)148.29º52.24%52.55%-
XYZ12.81914.3-
YUV108.85121.3196.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=21.69%
G=45.42%
B=32.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134970.5200.280.47148.2935.3538.82
Hex4086613401C2F942327
Octal10020614164034572244347
Binary100000010000110110000111010001110010111110010100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408661; }

 p { color: rgb(64,134,97); }

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

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

 a { background-color: rgb(64,134,97); }

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

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

 span { border-color: rgb(64,134,97); }

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