Html Css Color HEX #328346 Amazon

📋 copy color: '#328346'

red 50 ◦ green 131 ◦ blue 70

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

Shades of Amazon #328346

Tints of Amazon #328346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 19.92%
G = 52.19%
B = 27.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#328346 (or 0x328346) is known color: Amazon. HEX triplet: 32, 83 and 46. RGB value is (50,131,70). Sum of RGB (Red+Green+Blue) = 50+131+70=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #328346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328346 is #CD7CB9. Grayscale: #636363. Windows color (decimal): -13466810 or 4621106. OLE color: 4621106.

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

Color convert

RGB 50 131 70 -
CMYK 0.62 0 0.47 0.49
HSL 134.81º 0.45% 0.35% -
HSV(B) 134.81º 0.62% 0.51% -
XYZ 10.54 17.35 8.59 -
YUV 99.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 50 131 70 0.62 0 0.47 0.49 134.81 0.45 0.35
Hex 32 83 46 3E 0 2F 31 87 2D 23
Octal 62 203 106 76 0 57 61 207 55 43
Binary 110010 10000011 1000110 111110 0 101111 110001 10000111 101101 100011

Color Harmonies of #328346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328346

Black with #328346

Text Example


Text Example

White with #328346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328346; }

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

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

background-color css

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

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

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

border-color css

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

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

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