#408758

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

Shades of Amazon #408758

Tints of Amazon #408758

Color information

#408758 (or 0x408758) is unknown color: approx Amazon. HEX triplet: 40, 87 and 58. RGB value is (64,135,88). Sum of RGB (Red+Green+Blue) = 64+135+88=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #408758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408758 is #BF78A7. Grayscale: #6C6C6C. Windows color (decimal): -12548264 or 5801792. OLE color: 5801792.

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

Color convert

RGB6413588-
CMYK0.5300.350.47
HSL140.28º35.68%39.02%-
HSV(B)140.28º52.59%52.94%-
XYZ12.5419.1212.26-
YUV108.41116.4896.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=22.30%
G=47.04%
B=30.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135880.5300.350.47140.2835.6839.02
Hex408758350232F8c2427
Octal10020713065043572144447
Binary1000000100001111011000110101010001110111110001100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408758; }

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

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

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

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

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

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

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

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