Html Css Color HEX #328351 Amazon

📋 copy color: '#328351'

red 50 ◦ green 131 ◦ blue 81

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

Shades of Amazon #328351

Tints of Amazon #328351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.92%

R = 19.08%
G = 50%
B = 30.92%

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

#328351 (or 0x328351) is known color: Amazon. HEX triplet: 32, 83 and 51. RGB value is (50,131,81). Sum of RGB (Red+Green+Blue) = 50+131+81=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #328351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328351 is #CD7CAE. Grayscale: #656565. Windows color (decimal): -13466799 or 5342002. OLE color: 5342002.

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

Color convert

RGB 50 131 81 -
CMYK 0.62 0 0.38 0.49
HSL 142.96º 0.45% 0.35% -
HSV(B) 142.96º 0.62% 0.51% -
XYZ 10.92 17.5 10.59 -
YUV 101.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 50 131 81 0.62 0 0.38 0.49 142.96 0.45 0.35
Hex 32 83 51 3E 0 26 31 8F 2D 23
Octal 62 203 121 76 0 46 61 217 55 43
Binary 110010 10000011 1010001 111110 0 100110 110001 10001111 101101 100011

Color Harmonies of #328351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328351

Black with #328351

Text Example


Text Example

White with #328351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328351; }

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

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

background-color css

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

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

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

border-color css

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

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

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