#32805B

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

Shades of Amazon #32805B

Tints of Amazon #32805B

Color information

#32805B (or 0x32805B) is unknown color: approx Amazon. HEX triplet: 32, 80 and 5B. RGB value is (50,128,91). Sum of RGB (Red+Green+Blue) = 50+128+91=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #32805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32805B is #CD7FA4. Grayscale: #646464. Windows color (decimal): -13467557 or 5996594. OLE color: 5996594.

HSL color Cylindrical-coordinate representation of color #32805B: hue angle of 151.54º 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 #32805B is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB5012891-
CMYK0.6100.290.50
HSL151.54º43.82%34.9%-
HSV(B)151.54º60.94%50.2%-
XYZ10.9216.8712.58-
YUV100.46122.6692.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 128 (50.39% from 255) = 47.58%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=18.59%
G=47.58%
B=33.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50128910.6100.290.50151.5443.8234.9
Hex32805B3D01D32982c23
Octal6220013375035622305443
Binary11001010000000101101111110101110111001010011000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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