Html Css Color HEX #328349 Amazon

📋 copy color: '#328349'

red 50 ◦ green 131 ◦ blue 73

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

Shades of Amazon #328349

Tints of Amazon #328349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.74%

R = 19.69%
G = 51.57%
B = 28.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#328349 (or 0x328349) is known color: Amazon. HEX triplet: 32, 83 and 49. RGB value is (50,131,73). Sum of RGB (Red+Green+Blue) = 50+131+73=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #328349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328349 is #CD7CB6. Grayscale: #646464. Windows color (decimal): -13466807 or 4817714. OLE color: 4817714.

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

Color convert

RGB 50 131 73 -
CMYK 0.62 0 0.44 0.49
HSL 137.04º 0.45% 0.35% -
HSV(B) 137.04º 0.62% 0.51% -
XYZ 10.63 17.39 9.1 -
YUV 100.17 112.66 92.22 -
System Red Green Blue C M Y K H S L
Decimal 50 131 73 0.62 0 0.44 0.49 137.04 0.45 0.35
Hex 32 83 49 3E 0 2C 31 89 2D 23
Octal 62 203 111 76 0 54 61 211 55 43
Binary 110010 10000011 1001001 111110 0 101100 110001 10001001 101101 100011

Color Harmonies of #328349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328349

Black with #328349

Text Example


Text Example

White with #328349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328349; }

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

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

background-color css

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

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

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

border-color css

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

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

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