#328148

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

Shades of Amazon #328148

Tints of Amazon #328148

Color information

#328148 (or 0x328148) is unknown color: approx Amazon. HEX triplet: 32, 81 and 48. RGB value is (50,129,72). Sum of RGB (Red+Green+Blue) = 50+129+72=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #328148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328148 is #CD7EB7. Grayscale: #636363. Windows color (decimal): -13467320 or 4751666. OLE color: 4751666.

HSL color Cylindrical-coordinate representation of color #328148: hue angle of 136.71º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328148 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB5012972-
CMYK0.6100.440.49
HSL136.71º44.13%35.1%-
HSV(B)136.71º61.24%50.59%-
XYZ10.3416.858.84-
YUV98.88112.8393.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 129 (50.78% from 255) = 51.39%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=19.92%
G=51.39%
B=28.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50129720.6100.440.49136.7144.1335.1
Hex3281483D02C31892c23
Octal6220111075054612115443
Binary110010100000011001000111101010110011000110001001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328148; }

 p { color: rgb(50,129,72); }

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

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

 a { background-color: rgb(50,129,72); }

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

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

 span { border-color: rgb(50,129,72); }

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