#408260

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

Shades of Amazon #408260

Tints of Amazon #408260

Color information

#408260 (or 0x408260) is unknown color: approx Amazon. HEX triplet: 40, 82 and 60. RGB value is (64,130,96). Sum of RGB (Red+Green+Blue) = 64+130+96=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #408260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408260 is #BF7D9F. Grayscale: #6A6A6A. Windows color (decimal): -12549536 or 6324800. OLE color: 6324800.

HSL color Cylindrical-coordinate representation of color #408260: hue angle of 149.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408260 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB6413096-
CMYK0.5100.260.49
HSL149.09º34.02%38.04%-
HSV(B)149.09º50.77%50.98%-
XYZ12.2117.913.88-
YUV106.39122.1397.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=22.07%
G=44.83%
B=33.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130960.5100.260.49149.0934.0238.04
Hex4082603301A31952226
Octal10020214063032612254246
Binary100000010000010110000011001101101011000110010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408260; }

 p { color: rgb(64,130,96); }

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

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

 a { background-color: rgb(64,130,96); }

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

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

 span { border-color: rgb(64,130,96); }

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