#32764C

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

Shades of Amazon #32764C

Tints of Amazon #32764C

Color information

#32764C (or 0x32764C) is unknown color: approx Amazon. HEX triplet: 32, 76 and 4C. RGB value is (50,118,76). Sum of RGB (Red+Green+Blue) = 50+118+76=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #32764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32764C is #CD89B3. Grayscale: #5C5C5C. Windows color (decimal): -13470132 or 5010994. OLE color: 5010994.

HSL color Cylindrical-coordinate representation of color #32764C: hue angle of 142.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 #32764C is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB5011876-
CMYK0.5800.360.54
HSL142.94º40.48%32.94%-
HSV(B)142.94º57.63%46.27%-
XYZ9.114.169.09-
YUV92.88118.4797.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=20.49%
G=48.36%
B=31.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118760.5800.360.54142.9440.4832.94
Hex32764C3A024368f2821
Octal6216611472044662175041
Binary11001011101101001100111010010010011011010001111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32764C; }

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

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

<style>
 a { background-color: #32764C; }

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

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

<style>
 span { border-color: #32764C; }

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

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