#408153

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

Shades of Amazon #408153

Tints of Amazon #408153

Color information

#408153 (or 0x408153) is unknown color: approx Amazon. HEX triplet: 40, 81 and 53. RGB value is (64,129,83). Sum of RGB (Red+Green+Blue) = 64+129+83=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #408153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408153 is #BF7EAC. Grayscale: #686868. Windows color (decimal): -12549805 or 5472576. OLE color: 5472576.

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

Color convert

RGB6412983-
CMYK0.5000.360.49
HSL137.54º33.68%37.84%-
HSV(B)137.54º50.39%50.59%-
XYZ11.5317.4210.94-
YUV104.32115.9799.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=23.19%
G=46.74%
B=30.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129830.5000.360.49137.5433.6837.84
Hex40815332024318a2226
Octal10020112362044612124246
Binary1000000100000011010011110010010010011000110001010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408153; }

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

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

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

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

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

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

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

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