Html Css Color HEX #328249 Amazon

📋 copy color: '#328249'

red 50 ◦ green 130 ◦ blue 73

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

Shades of Amazon #328249

Tints of Amazon #328249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

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

R = 19.76%
G = 51.38%
B = 28.85%

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

#328249 (or 0x328249) is known color: Amazon. HEX triplet: 32, 82 and 49. RGB value is (50,130,73). Sum of RGB (Red+Green+Blue) = 50+130+73=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #328249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328249 is #CD7DB6. Grayscale: #636363. Windows color (decimal): -13467063 or 4817458. OLE color: 4817458.

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

Color convert

RGB 50 130 73 -
CMYK 0.62 0 0.44 0.49
HSL 137.25º 0.44% 0.35% -
HSV(B) 137.25º 0.62% 0.51% -
XYZ 10.5 17.12 9.06 -
YUV 99.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 50 130 73 0.62 0 0.44 0.49 137.25 0.44 0.35
Hex 32 82 49 3E 0 2C 31 89 2C 23
Octal 62 202 111 76 0 54 61 211 54 43
Binary 110010 10000010 1001001 111110 0 101100 110001 10001001 101100 100011

Color Harmonies of #328249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328249

Black with #328249

Text Example


Text Example

White with #328249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328249; }

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

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

background-color css

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

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

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

border-color css

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

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

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