#328744

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

Shades of Amazon #328744

Tints of Amazon #328744

Color information

#328744 (or 0x328744) is unknown color: approx Amazon. HEX triplet: 32, 87 and 44. RGB value is (50,135,68). Sum of RGB (Red+Green+Blue) = 50+135+68=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #328744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328744 is #CD78BB. Grayscale: #666666. Windows color (decimal): -13465788 or 4491058. OLE color: 4491058.

HSL color Cylindrical-coordinate representation of color #328744: hue angle of 132.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328744 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB5013568-
CMYK0.6300.500.47
HSL132.71º45.95%36.27%-
HSV(B)132.71º62.96%52.94%-
XYZ11.0218.428.44-
YUV101.95108.8490.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=19.76%
G=53.36%
B=26.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135680.6300.500.47132.7145.9536.27
Hex3287443F0322F852e24
Octal6220710477062572055644
Binary110010100001111000100111111011001010111110000101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328744; }

 p { color: rgb(50,135,68); }

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

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

 a { background-color: rgb(50,135,68); }

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

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

 span { border-color: rgb(50,135,68); }

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