#32774D

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

Shades of Amazon #32774D

Tints of Amazon #32774D

Color information

#32774D (or 0x32774D) is unknown color: approx Amazon. HEX triplet: 32, 77 and 4D. RGB value is (50,119,77). Sum of RGB (Red+Green+Blue) = 50+119+77=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #32774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32774D is #CD88B2. Grayscale: #5D5D5D. Windows color (decimal): -13469875 or 5076786. OLE color: 5076786.

HSL color Cylindrical-coordinate representation of color #32774D: hue angle of 143.48º 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 #32774D is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB5011977-
CMYK0.5800.350.53
HSL143.48º40.83%33.14%-
HSV(B)143.48º57.98%46.67%-
XYZ9.2514.419.31-
YUV93.58118.6496.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 119 (46.88% from 255) = 48.37%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=20.33%
G=48.37%
B=31.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119770.5800.350.53143.4840.8333.14
Hex32774D3A023358f2921
Octal6216711572043652175141
Binary11001011101111001101111010010001111010110001111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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