#328144

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

Shades of Amazon #328144

Tints of Amazon #328144

Color information

#328144 (or 0x328144) is unknown color: approx Amazon. HEX triplet: 32, 81 and 44. RGB value is (50,129,68). Sum of RGB (Red+Green+Blue) = 50+129+68=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #328144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328144 is #CD7EBB. Grayscale: #626262. Windows color (decimal): -13467324 or 4489522. OLE color: 4489522.

HSL color Cylindrical-coordinate representation of color #328144: hue angle of 133.67º 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 #328144 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB5012968-
CMYK0.6100.470.49
HSL133.67º44.13%35.1%-
HSV(B)133.67º61.24%50.59%-
XYZ10.2116.88.17-
YUV98.42110.8393.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=20.24%
G=52.23%
B=27.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50129680.6100.470.49133.6744.1335.1
Hex3281443D02F31862c23
Octal6220110475057612065443
Binary110010100000011000100111101010111111000110000110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328144; }

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

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

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

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

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

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

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

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