#32774F

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

Shades of Amazon #32774F

Tints of Amazon #32774F

Color information

#32774F (or 0x32774F) is unknown color: approx Amazon. HEX triplet: 32, 77 and 4F. RGB value is (50,119,79). Sum of RGB (Red+Green+Blue) = 50+119+79=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #32774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32774F is #CD88B0. Grayscale: #5D5D5D. Windows color (decimal): -13469873 or 5207858. OLE color: 5207858.

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

Color convert

RGB5011979-
CMYK0.5800.340.53
HSL145.22º40.83%33.14%-
HSV(B)145.22º57.98%46.67%-
XYZ9.3214.449.69-
YUV93.81119.6496.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=20.16%
G=47.98%
B=31.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119790.5800.340.53145.2240.8333.14
Hex32774F3A02235912921
Octal6216711772042652215141
Binary11001011101111001111111010010001011010110010001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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