Html Css Color HEX #328347 Amazon

📋 copy color: '#328347'

red 50 ◦ green 131 ◦ blue 71

#328347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #328347

Tints of Amazon #328347

RGB

 RED value IS 50 (19.92% from 255) = 19.84%

 GREEN value IS 131 (51.56% from 255) = 51.98%

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 19.84%
G = 51.98%
B = 28.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#328347 (or 0x328347) is known color: Amazon. HEX triplet: 32, 83 and 47. RGB value is (50,131,71). Sum of RGB (Red+Green+Blue) = 50+131+71=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #328347 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328347 is #CD7CB8. Grayscale: #646464. Windows color (decimal): -13466809 or 4686642. OLE color: 4686642.

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

Color convert

RGB 50 131 71 -
CMYK 0.62 0 0.46 0.49
HSL 135.56º 0.45% 0.35% -
HSV(B) 135.56º 0.62% 0.51% -
XYZ 10.57 17.37 8.76 -
YUV 99.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 50 131 71 0.62 0 0.46 0.49 135.56 0.45 0.35
Hex 32 83 47 3E 0 2E 31 88 2D 23
Octal 62 203 107 76 0 56 61 210 55 43
Binary 110010 10000011 1000111 111110 0 101110 110001 10001000 101101 100011

Color Harmonies of #328347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328347

Black with #328347

Text Example


Text Example

White with #328347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328347; }

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

 H1.HeaderClassName
 {
   color: #328347;
 }
 .AnyTagClassName
 {
   color: #328347;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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