#408956

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

Shades of Amazon #408956

Tints of Amazon #408956

Color information

#408956 (or 0x408956) is unknown color: approx Amazon. HEX triplet: 40, 89 and 56. RGB value is (64,137,86). Sum of RGB (Red+Green+Blue) = 64+137+86=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #408956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408956 is #BF76A9. Grayscale: #6D6D6D. Windows color (decimal): -12547754 or 5671232. OLE color: 5671232.

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

Color convert

RGB6413786-
CMYK0.5300.370.46
HSL138.08º36.32%39.41%-
HSV(B)138.08º53.28%53.73%-
XYZ12.7419.6511.93-
YUV109.36114.8295.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 137 (53.91% from 255) = 47.74%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=22.30%
G=47.74%
B=29.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137860.5300.370.46138.0836.3239.41
Hex408956350252E8a2427
Octal10021112665045562124447
Binary1000000100010011010110110101010010110111010001010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408956; }

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

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

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

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

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

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

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

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