#408556

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

Shades of Amazon #408556

Tints of Amazon #408556

Color information

#408556 (or 0x408556) is unknown color: approx Amazon. HEX triplet: 40, 85 and 56. RGB value is (64,133,86). Sum of RGB (Red+Green+Blue) = 64+133+86=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #408556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408556 is #BF7AA9. Grayscale: #6B6B6B. Windows color (decimal): -12548778 or 5670208. OLE color: 5670208.

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

Color convert

RGB6413386-
CMYK0.5200.350.48
HSL139.13º35.03%38.63%-
HSV(B)139.13º51.88%52.16%-
XYZ12.1818.5411.74-
YUV107.01116.1497.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=22.61%
G=47.00%
B=30.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133860.5200.350.48139.1335.0338.63
Hex40855634023308b2327
Octal10020512664043602134347
Binary1000000100001011010110110100010001111000010001011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408556; }

 p { color: rgb(64,133,86); }

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

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

 a { background-color: rgb(64,133,86); }

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

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

 span { border-color: rgb(64,133,86); }

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