#32765D

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

Shades of Amazon #32765D

Tints of Amazon #32765D

Color information

#32765D (or 0x32765D) is unknown color: approx Amazon. HEX triplet: 32, 76 and 5D. RGB value is (50,118,93). Sum of RGB (Red+Green+Blue) = 50+118+93=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #32765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32765D is #CD89A2. Grayscale: #5E5E5E. Windows color (decimal): -13470115 or 6125106. OLE color: 6125106.

HSL color Cylindrical-coordinate representation of color #32765D: hue angle of 157.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32765D is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB5011893-
CMYK0.5800.210.54
HSL157.94º40.48%32.94%-
HSV(B)157.94º57.63%46.27%-
XYZ9.7714.4312.63-
YUV94.82126.9796.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=19.16%
G=45.21%
B=35.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118930.5800.210.54157.9440.4832.94
Hex32765D3A015369e2821
Octal6216613572025662365041
Binary1100101110110101110111101001010111011010011110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32765D; }

 p { color: rgb(50,118,93); }

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

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

 a { background-color: rgb(50,118,93); }

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

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

 span { border-color: rgb(50,118,93); }

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