Html Css Color HEX #328644 Amazon

📋 copy color: '#328644'

red 50 ◦ green 134 ◦ blue 68

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

Shades of Amazon #328644

Tints of Amazon #328644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.17%

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 19.84%
G = 53.17%
B = 26.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#328644 (or 0x328644) is known color: Amazon. HEX triplet: 32, 86 and 44. RGB value is (50,134,68). Sum of RGB (Red+Green+Blue) = 50+134+68=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #328644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328644 is #CD79BB. Grayscale: #656565. Windows color (decimal): -13466044 or 4490802. OLE color: 4490802.

HSL color Cylindrical-coordinate representation of color #328644: hue angle of 132.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328644 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 68 -
CMYK 0.63 0 0.49 0.47
HSL 132.86º 0.46% 0.36% -
HSV(B) 132.86º 0.63% 0.53% -
XYZ 10.88 18.15 8.4 -
YUV 101.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 50 134 68 0.63 0 0.49 0.47 132.86 0.46 0.36
Hex 32 86 44 3F 0 31 2F 85 2E 24
Octal 62 206 104 77 0 61 57 205 56 44
Binary 110010 10000110 1000100 111111 0 110001 101111 10000101 101110 100100

Color Harmonies of #328644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328644

Black with #328644

Text Example


Text Example

White with #328644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328644; }

 p { color: rgb(50,134,68); }

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

background-color css

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

 a { background-color: rgb(50,134,68); }

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

border-color css

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

 span { border-color: rgb(50,134,68); }

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