Html Css Color HEX #328444 Amazon

📋 copy color: '#328444'

red 50 ◦ green 132 ◦ blue 68

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

Shades of Amazon #328444

Tints of Amazon #328444

RGB

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

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

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

R = 20%
G = 52.8%
B = 27.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#328444 (or 0x328444) is known color: Amazon. HEX triplet: 32, 84 and 44. RGB value is (50,132,68). Sum of RGB (Red+Green+Blue) = 50+132+68=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #328444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328444 is #CD7BBB. Grayscale: #646464. Windows color (decimal): -13466556 or 4490290. OLE color: 4490290.

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

Color convert

RGB 50 132 68 -
CMYK 0.62 0 0.48 0.48
HSL 133.17º 0.45% 0.36% -
HSV(B) 133.17º 0.62% 0.52% -
XYZ 10.61 17.6 8.31 -
YUV 100.19 109.83 92.2 -
System Red Green Blue C M Y K H S L
Decimal 50 132 68 0.62 0 0.48 0.48 133.17 0.45 0.36
Hex 32 84 44 3E 0 30 30 85 2D 24
Octal 62 204 104 76 0 60 60 205 55 44
Binary 110010 10000100 1000100 111110 0 110000 110000 10000101 101101 100100

Color Harmonies of #328444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328444

Black with #328444

Text Example


Text Example

White with #328444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328444; }

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

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

background-color css

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

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

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

border-color css

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

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

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