#32764B

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

Shades of Amazon #32764B

Tints of Amazon #32764B

Color information

#32764B (or 0x32764B) is unknown color: approx Amazon. HEX triplet: 32, 76 and 4B. RGB value is (50,118,75). Sum of RGB (Red+Green+Blue) = 50+118+75=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #32764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32764B is #CD89B4. Grayscale: #5C5C5C. Windows color (decimal): -13470133 or 4945458. OLE color: 4945458.

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

Color convert

RGB5011875-
CMYK0.5800.360.54
HSL142.06º40.48%32.94%-
HSV(B)142.06º57.63%46.27%-
XYZ9.0614.148.91-
YUV92.77117.9797.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=20.58%
G=48.56%
B=30.86%

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
Decimal50118750.5800.360.54142.0640.4832.94
Hex32764B3A024368e2821
Octal6216611372044662165041
Binary11001011101101001011111010010010011011010001110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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