Html Css Color HEX #326F49 Amazon

📋 copy color: '#326F49'

red 50 ◦ green 111 ◦ blue 73

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

Shades of Amazon #326F49

Tints of Amazon #326F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.44%

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 21.37%
G = 47.44%
B = 31.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#326F49 (or 0x326F49) is known color: Amazon. HEX triplet: 32, 6F and 49. RGB value is (50,111,73). Sum of RGB (Red+Green+Blue) = 50+111+73=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #326F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F49 is #CD90B6. Grayscale: #585858. Windows color (decimal): -13471927 or 4812594. OLE color: 4812594.

HSL color Cylindrical-coordinate representation of color #326F49: hue angle of 142.62º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F49 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 111 73 -
CMYK 0.55 0 0.34 0.56
HSL 142.62º 0.38% 0.32% -
HSV(B) 142.62º 0.55% 0.44% -
XYZ 8.2 12.53 8.29 -
YUV 88.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 50 111 73 0.55 0 0.34 0.56 142.62 0.38 0.32
Hex 32 6F 49 37 0 22 38 8F 26 20
Octal 62 157 111 67 0 42 70 217 46 40
Binary 110010 1101111 1001001 110111 0 100010 111000 10001111 100110 100000

Color Harmonies of #326F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F49

Black with #326F49

Text Example


Text Example

White with #326F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,111,73); }

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

background-color css

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

 a { background-color: rgb(50,111,73); }

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

border-color css

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

 span { border-color: rgb(50,111,73); }

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