#408860

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

Shades of Amazon #408860

Tints of Amazon #408860

Color information

#408860 (or 0x408860) is unknown color: approx Amazon. HEX triplet: 40, 88 and 60. RGB value is (64,136,96). Sum of RGB (Red+Green+Blue) = 64+136+96=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #408860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408860 is #BF779F. Grayscale: #6E6E6E. Windows color (decimal): -12548000 or 6326336. OLE color: 6326336.

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

Color convert

RGB6413696-
CMYK0.5300.290.47
HSL146.67º36%39.22%-
HSV(B)146.67º52.94%53.33%-
XYZ13.0319.5414.15-
YUV109.91120.1595.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=21.62%
G=45.95%
B=32.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64136960.5300.290.47146.673639.22
Hex4088603501D2F932427
Octal10021014065035572234447
Binary100000010001000110000011010101110110111110010011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408860; }

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

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

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

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

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

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

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

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