Html Css Color HEX #328445 Amazon

📋 copy color: '#328445'

red 50 ◦ green 132 ◦ blue 69

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

Shades of Amazon #328445

Tints of Amazon #328445

RGB

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

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

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

R = 19.92%
G = 52.59%
B = 27.49%

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

#328445 (or 0x328445) is known color: Amazon. HEX triplet: 32, 84 and 45. RGB value is (50,132,69). Sum of RGB (Red+Green+Blue) = 50+132+69=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #328445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328445 is #CD7BBA. Grayscale: #646464. Windows color (decimal): -13466555 or 4555826. OLE color: 4555826.

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

Color convert

RGB 50 132 69 -
CMYK 0.62 0 0.48 0.48
HSL 133.9º 0.45% 0.36% -
HSV(B) 133.9º 0.62% 0.52% -
XYZ 10.64 17.61 8.47 -
YUV 100.3 110.33 92.12 -
System Red Green Blue C M Y K H S L
Decimal 50 132 69 0.62 0 0.48 0.48 133.9 0.45 0.36
Hex 32 84 45 3E 0 30 30 86 2D 24
Octal 62 204 105 76 0 60 60 206 55 44
Binary 110010 10000100 1000101 111110 0 110000 110000 10000110 101101 100100

Color Harmonies of #328445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328445

Black with #328445

Text Example


Text Example

White with #328445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328445; }

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

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

background-color css

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

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

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

border-color css

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

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

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