#327943

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

Shades of Amazon #327943

Tints of Amazon #327943

Color information

#327943 (or 0x327943) is unknown color: approx Amazon. HEX triplet: 32, 79 and 43. RGB value is (50,121,67). Sum of RGB (Red+Green+Blue) = 50+121+67=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #327943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327943 is #CD86BC. Grayscale: #5D5D5D. Windows color (decimal): -13469373 or 4421938. OLE color: 4421938.

HSL color Cylindrical-coordinate representation of color #327943: hue angle of 134.37º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327943 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB5012167-
CMYK0.5900.450.53
HSL134.37º41.52%33.53%-
HSV(B)134.37º58.68%47.45%-
XYZ9.1714.767.68-
YUV93.62112.9896.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 121 (47.66% from 255) = 50.84%
BLUE value IS 67 (26.56% from 255) = 28.15%
R=21.01%
G=50.84%
B=28.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121670.5900.450.53134.3741.5233.53
Hex3279433B02D35862a22
Octal6217110373055652065242
Binary11001011110011000011111011010110111010110000110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327943; }

 p { color: rgb(50,121,67); }

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

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

 a { background-color: rgb(50,121,67); }

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

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

 span { border-color: rgb(50,121,67); }

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