#408755

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

Shades of Amazon #408755

Tints of Amazon #408755

Color information

#408755 (or 0x408755) is unknown color: approx Amazon. HEX triplet: 40, 87 and 55. RGB value is (64,135,85). Sum of RGB (Red+Green+Blue) = 64+135+85=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #408755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408755 is #BF78AA. Grayscale: #6C6C6C. Windows color (decimal): -12548267 or 5605184. OLE color: 5605184.

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

Color convert

RGB6413585-
CMYK0.5300.370.47
HSL137.75º35.68%39.02%-
HSV(B)137.75º52.59%52.94%-
XYZ12.4219.0711.62-
YUV108.07114.9896.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=22.54%
G=47.54%
B=29.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135850.5300.370.47137.7535.6839.02
Hex408755350252F8a2427
Octal10020712565045572124447
Binary1000000100001111010101110101010010110111110001010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408755; }

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

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

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

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

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

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

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

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