Html Css Color HEX #328446 Amazon

📋 copy color: '#328446'

red 50 ◦ green 132 ◦ blue 70

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

Shades of Amazon #328446

Tints of Amazon #328446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 19.84%
G = 52.38%
B = 27.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#328446 (or 0x328446) is known color: Amazon. HEX triplet: 32, 84 and 46. RGB value is (50,132,70). Sum of RGB (Red+Green+Blue) = 50+132+70=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #328446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328446 is #CD7BB9. Grayscale: #646464. Windows color (decimal): -13466554 or 4621362. OLE color: 4621362.

HSL color Cylindrical-coordinate representation of color #328446: hue angle of 134.63º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328446 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 70 -
CMYK 0.62 0 0.47 0.48
HSL 134.63º 0.45% 0.36% -
HSV(B) 134.63º 0.62% 0.52% -
XYZ 10.67 17.62 8.63 -
YUV 100.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 50 132 70 0.62 0 0.47 0.48 134.63 0.45 0.36
Hex 32 84 46 3E 0 2F 30 87 2D 24
Octal 62 204 106 76 0 57 60 207 55 44
Binary 110010 10000100 1000110 111110 0 101111 110000 10000111 101101 100100

Color Harmonies of #328446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328446

Black with #328446

Text Example


Text Example

White with #328446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328446; }

 p { color: rgb(50,132,70); }

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

background-color css

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

 a { background-color: rgb(50,132,70); }

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

border-color css

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

 span { border-color: rgb(50,132,70); }

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