#408356

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

Shades of Amazon #408356

Tints of Amazon #408356

Color information

#408356 (or 0x408356) is unknown color: approx Amazon. HEX triplet: 40, 83 and 56. RGB value is (64,131,86). Sum of RGB (Red+Green+Blue) = 64+131+86=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #408356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408356 is #BF7CA9. Grayscale: #696969. Windows color (decimal): -12549290 or 5669696. OLE color: 5669696.

HSL color Cylindrical-coordinate representation of color #408356: hue angle of 139.7º 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 #408356 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB6413186-
CMYK0.5100.340.49
HSL139.7º34.36%38.24%-
HSV(B)139.7º51.15%51.37%-
XYZ11.9117.9911.65-
YUV105.84116.898.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 131 (51.56% from 255) = 46.62%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=22.78%
G=46.62%
B=30.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64131860.5100.340.49139.734.3638.24
Hex40835633022318c2226
Octal10020312663042612144246
Binary1000000100000111010110110011010001011000110001100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408356; }

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

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

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

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

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

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

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

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