#327947

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

Shades of Amazon #327947

Tints of Amazon #327947

Color information

#327947 (or 0x327947) is unknown color: approx Amazon. HEX triplet: 32, 79 and 47. RGB value is (50,121,71). Sum of RGB (Red+Green+Blue) = 50+121+71=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #327947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327947 is #CD86B8. Grayscale: #5E5E5E. Windows color (decimal): -13469369 or 4684082. OLE color: 4684082.

HSL color Cylindrical-coordinate representation of color #327947: hue angle of 137.75º 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 #327947 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB5012171-
CMYK0.5900.410.53
HSL137.75º41.52%33.53%-
HSV(B)137.75º58.68%47.45%-
XYZ9.2914.818.33-
YUV94.07114.9896.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 121 (47.66% from 255) = 50%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=20.66%
G=50%
B=29.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121710.5900.410.53137.7541.5233.53
Hex3279473B029358a2a22
Octal6217110773051652125242
Binary11001011110011000111111011010100111010110001010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327947; }

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

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

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

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

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

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

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

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