#408753

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

Shades of Amazon #408753

Tints of Amazon #408753

Color information

#408753 (or 0x408753) is unknown color: approx Amazon. HEX triplet: 40, 87 and 53. RGB value is (64,135,83). Sum of RGB (Red+Green+Blue) = 64+135+83=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #408753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408753 is #BF78AC. Grayscale: #6B6B6B. Windows color (decimal): -12548269 or 5474112. OLE color: 5474112.

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

Color convert

RGB6413583-
CMYK0.5300.390.47
HSL136.06º35.68%39.02%-
HSV(B)136.06º52.59%52.94%-
XYZ12.3419.0411.21-
YUV107.84113.9896.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 135 (53.12% from 255) = 47.87%
BLUE value IS 83 (32.81% from 255) = 29.43%
R=22.70%
G=47.87%
B=29.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135830.5300.390.47136.0635.6839.02
Hex408753350272F882427
Octal10020712365047572104447
Binary1000000100001111010011110101010011110111110001000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408753; }

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

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

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

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

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

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

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

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