Html Css Color HEX #328544 Amazon

📋 copy color: '#328544'

red 50 ◦ green 133 ◦ blue 68

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

Shades of Amazon #328544

Tints of Amazon #328544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

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

R = 19.92%
G = 52.99%
B = 27.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#328544 (or 0x328544) is known color: Amazon. HEX triplet: 32, 85 and 44. RGB value is (50,133,68). Sum of RGB (Red+Green+Blue) = 50+133+68=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #328544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328544 is #CD7ABB. Grayscale: #646464. Windows color (decimal): -13466300 or 4490546. OLE color: 4490546.

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

Color convert

RGB 50 133 68 -
CMYK 0.62 0 0.49 0.48
HSL 133.01º 0.45% 0.36% -
HSV(B) 133.01º 0.62% 0.52% -
XYZ 10.75 17.87 8.35 -
YUV 100.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 50 133 68 0.62 0 0.49 0.48 133.01 0.45 0.36
Hex 32 85 44 3E 0 31 30 85 2D 24
Octal 62 205 104 76 0 61 60 205 55 44
Binary 110010 10000101 1000100 111110 0 110001 110000 10000101 101101 100100

Color Harmonies of #328544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328544

Black with #328544

Text Example


Text Example

White with #328544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328544; }

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

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

background-color css

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

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

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

border-color css

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

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

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