#32765A

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

Shades of Amazon #32765A

Tints of Amazon #32765A

Color information

#32765A (or 0x32765A) is unknown color: approx Amazon. HEX triplet: 32, 76 and 5A. RGB value is (50,118,90). Sum of RGB (Red+Green+Blue) = 50+118+90=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #32765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32765A is #CD89A5. Grayscale: #5E5E5E. Windows color (decimal): -13470118 or 5928498. OLE color: 5928498.

HSL color Cylindrical-coordinate representation of color #32765A: hue angle of 155.29º 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 #32765A is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB5011890-
CMYK0.5800.240.54
HSL155.29º40.48%32.94%-
HSV(B)155.29º57.63%46.27%-
XYZ9.6414.3711.94-
YUV94.48125.4796.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 118 (46.48% from 255) = 45.74%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=19.38%
G=45.74%
B=34.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118900.5800.240.54155.2940.4832.94
Hex32765A3A018369b2821
Octal6216613272030662335041
Binary1100101110110101101011101001100011011010011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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