Html Css Color HEX #328250 Amazon

📋 copy color: '#328250'

red 50 ◦ green 130 ◦ blue 80

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

Shades of Amazon #328250

Tints of Amazon #328250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 19.23%
G = 50%
B = 30.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#328250 (or 0x328250) is known color: Amazon. HEX triplet: 32, 82 and 50. RGB value is (50,130,80). Sum of RGB (Red+Green+Blue) = 50+130+80=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #328250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328250 is #CD7DAF. Grayscale: #646464. Windows color (decimal): -13467056 or 5276210. OLE color: 5276210.

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

Color convert

RGB 50 130 80 -
CMYK 0.62 0 0.38 0.49
HSL 142.5º 0.44% 0.35% -
HSV(B) 142.5º 0.62% 0.51% -
XYZ 10.75 17.22 10.35 -
YUV 100.38 116.5 92.07 -
System Red Green Blue C M Y K H S L
Decimal 50 130 80 0.62 0 0.38 0.49 142.5 0.44 0.35
Hex 32 82 50 3E 0 26 31 8E 2C 23
Octal 62 202 120 76 0 46 61 216 54 43
Binary 110010 10000010 1010000 111110 0 100110 110001 10001110 101100 100011

Color Harmonies of #328250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328250

Black with #328250

Text Example


Text Example

White with #328250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328250; }

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

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

background-color css

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

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

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

border-color css

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

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

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