#32805C

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

Shades of Amazon #32805C

Tints of Amazon #32805C

Color information

#32805C (or 0x32805C) is unknown color: approx Amazon. HEX triplet: 32, 80 and 5C. RGB value is (50,128,92). Sum of RGB (Red+Green+Blue) = 50+128+92=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #32805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32805C is #CD7FA3. Grayscale: #646464. Windows color (decimal): -13467556 or 6062130. OLE color: 6062130.

HSL color Cylindrical-coordinate representation of color #32805C: hue angle of 152.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32805C is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB5012892-
CMYK0.6100.280.50
HSL152.31º43.82%34.9%-
HSV(B)152.31º60.94%50.2%-
XYZ10.9716.8912.81-
YUV100.57123.1691.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 128 (50.39% from 255) = 47.41%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=18.52%
G=47.41%
B=34.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50128920.6100.280.50152.3143.8234.9
Hex32805C3D01C32982c23
Octal6220013475034622305443
Binary11001010000000101110011110101110011001010011000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32805C; }

 p { color: rgb(50,128,92); }

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

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

 a { background-color: rgb(50,128,92); }

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

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

 span { border-color: rgb(50,128,92); }

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