Html Css Color HEX #328345 Amazon

📋 copy color: '#328345'

red 50 ◦ green 131 ◦ blue 69

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

Shades of Amazon #328345

Tints of Amazon #328345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.6%

R = 20%
G = 52.4%
B = 27.6%

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

#328345 (or 0x328345) is known color: Amazon. HEX triplet: 32, 83 and 45. RGB value is (50,131,69). Sum of RGB (Red+Green+Blue) = 50+131+69=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #328345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328345 is #CD7CBA. Grayscale: #636363. Windows color (decimal): -13466811 or 4555570. OLE color: 4555570.

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

Color convert

RGB 50 131 69 -
CMYK 0.62 0 0.47 0.49
HSL 134.07º 0.45% 0.35% -
HSV(B) 134.07º 0.62% 0.51% -
XYZ 10.51 17.34 8.42 -
YUV 99.71 110.66 92.54 -
System Red Green Blue C M Y K H S L
Decimal 50 131 69 0.62 0 0.47 0.49 134.07 0.45 0.35
Hex 32 83 45 3E 0 2F 31 86 2D 23
Octal 62 203 105 76 0 57 61 206 55 43
Binary 110010 10000011 1000101 111110 0 101111 110001 10000110 101101 100011

Color Harmonies of #328345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328345

Black with #328345

Text Example


Text Example

White with #328345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328345; }

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

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

background-color css

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

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

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

border-color css

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

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

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