#408653

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

Shades of Amazon #408653

Tints of Amazon #408653

Color information

#408653 (or 0x408653) is unknown color: approx Amazon. HEX triplet: 40, 86 and 53. RGB value is (64,134,83). Sum of RGB (Red+Green+Blue) = 64+134+83=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #408653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408653 is #BF79AC. Grayscale: #6B6B6B. Windows color (decimal): -12548525 or 5473856. OLE color: 5473856.

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

Color convert

RGB6413483-
CMYK0.5200.380.47
HSL136.29º35.35%38.82%-
HSV(B)136.29º52.24%52.55%-
XYZ12.218.7611.16-
YUV107.26114.3197.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=22.78%
G=47.69%
B=29.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134830.5200.380.47136.2935.3538.82
Hex408653340262F882327
Octal10020612364046572104347
Binary1000000100001101010011110100010011010111110001000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408653; }

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

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

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

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

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

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

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

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