Html Css Color HEX #326D4C Amazon

📋 copy color: '#326D4C'

red 50 ◦ green 109 ◦ blue 76

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

Shades of Amazon #326D4C

Tints of Amazon #326D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.38%

 BLUE value IS 76 (30.08% from 255) = 32.34%

R = 21.28%
G = 46.38%
B = 32.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#326D4C (or 0x326D4C) is known color: Amazon. HEX triplet: 32, 6D and 4C. RGB value is (50,109,76). Sum of RGB (Red+Green+Blue) = 50+109+76=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #326D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D4C is #CD92B3. Grayscale: #575757. Windows color (decimal): -13472436 or 5008690. OLE color: 5008690.

HSL color Cylindrical-coordinate representation of color #326D4C: hue angle of 146.44º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326D4C is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 109 76 -
CMYK 0.54 0 0.30 0.57
HSL 146.44º 0.37% 0.31% -
HSV(B) 146.44º 0.54% 0.43% -
XYZ 8.09 12.14 8.75 -
YUV 87.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 50 109 76 0.54 0 0.30 0.57 146.44 0.37 0.31
Hex 32 6D 4C 36 0 1E 39 92 25 1F
Octal 62 155 114 66 0 36 71 222 45 37
Binary 110010 1101101 1001100 110110 0 11110 111001 10010010 100101 11111

Color Harmonies of #326D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D4C

Black with #326D4C

Text Example


Text Example

White with #326D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326D4C; }

 p { color: rgb(50,109,76); }

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

background-color css

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

 a { background-color: rgb(50,109,76); }

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

border-color css

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

 span { border-color: rgb(50,109,76); }

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