#32775D

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

Shades of Amazon #32775D

Tints of Amazon #32775D

Color information

#32775D (or 0x32775D) is unknown color: approx Amazon. HEX triplet: 32, 77 and 5D. RGB value is (50,119,93). Sum of RGB (Red+Green+Blue) = 50+119+93=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #32775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32775D is #CD88A2. Grayscale: #5F5F5F. Windows color (decimal): -13469859 or 6125362. OLE color: 6125362.

HSL color Cylindrical-coordinate representation of color #32775D: hue angle of 157.39º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32775D is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB5011993-
CMYK0.5800.220.53
HSL157.39º40.83%33.14%-
HSV(B)157.39º57.98%46.67%-
XYZ9.8914.6612.66-
YUV95.4126.6495.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=19.08%
G=45.42%
B=35.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119930.5800.220.53157.3940.8333.14
Hex32775D3A016359d2921
Octal6216713572026652355141
Binary1100101110111101110111101001011011010110011101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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