Html Css Color HEX #326F48 Amazon

📋 copy color: '#326F48'

red 50 ◦ green 111 ◦ blue 72

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

Shades of Amazon #326F48

Tints of Amazon #326F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.9%

R = 21.46%
G = 47.64%
B = 30.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#326F48 (or 0x326F48) is known color: Amazon. HEX triplet: 32, 6F and 48. RGB value is (50,111,72). Sum of RGB (Red+Green+Blue) = 50+111+72=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #326F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F48 is #CD90B7. Grayscale: #585858. Windows color (decimal): -13471928 or 4747058. OLE color: 4747058.

HSL color Cylindrical-coordinate representation of color #326F48: hue angle of 141.64º 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 #326F48 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 111 72 -
CMYK 0.55 0 0.35 0.56
HSL 141.64º 0.38% 0.32% -
HSV(B) 141.64º 0.55% 0.44% -
XYZ 8.17 12.51 8.12 -
YUV 88.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 50 111 72 0.55 0 0.35 0.56 141.64 0.38 0.32
Hex 32 6F 48 37 0 23 38 8E 26 20
Octal 62 157 110 67 0 43 70 216 46 40
Binary 110010 1101111 1001000 110111 0 100011 111000 10001110 100110 100000

Color Harmonies of #326F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F48

Black with #326F48

Text Example


Text Example

White with #326F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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