#408954

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

Shades of Amazon #408954

Tints of Amazon #408954

Color information

#408954 (or 0x408954) is unknown color: approx Amazon. HEX triplet: 40, 89 and 54. RGB value is (64,137,84). Sum of RGB (Red+Green+Blue) = 64+137+84=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #408954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408954 is #BF76AB. Grayscale: #6D6D6D. Windows color (decimal): -12547756 or 5540160. OLE color: 5540160.

HSL color Cylindrical-coordinate representation of color #408954: hue angle of 136.44º 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 #408954 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB6413784-
CMYK0.5300.390.46
HSL136.44º36.32%39.41%-
HSV(B)136.44º53.28%53.73%-
XYZ12.6619.6211.51-
YUV109.13113.8295.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=22.46%
G=48.07%
B=29.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137840.5300.390.46136.4436.3239.41
Hex408954350272E882427
Octal10021112465047562104447
Binary1000000100010011010100110101010011110111010001000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408954; }

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

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

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

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

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

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

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

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