#408055

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

Shades of Amazon #408055

Tints of Amazon #408055

Color information

#408055 (or 0x408055) is unknown color: approx Amazon. HEX triplet: 40, 80 and 55. RGB value is (64,128,85). Sum of RGB (Red+Green+Blue) = 64+128+85=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #408055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408055 is #BF7FAA. Grayscale: #686868. Windows color (decimal): -12550059 or 5603392. OLE color: 5603392.

HSL color Cylindrical-coordinate representation of color #408055: hue angle of 139.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408055 is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB6412885-
CMYK0.500.340.50
HSL139.69º33.33%37.65%-
HSV(B)139.69º50%50.2%-
XYZ11.4717.1811.31-
YUV103.96117.399.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=23.10%
G=46.21%
B=30.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64128850.500.340.50139.6933.3337.65
Hex40805532022328c2126
Octal10020012562042622144146
Binary1000000100000001010101110010010001011001010001100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408055; }

 p { color: rgb(64,128,85); }

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

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

 a { background-color: rgb(64,128,85); }

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

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

 span { border-color: rgb(64,128,85); }

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