Html Css Color HEX #326F47 Amazon

📋 copy color: '#326F47'

red 50 ◦ green 111 ◦ blue 71

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

Shades of Amazon #326F47

Tints of Amazon #326F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.6%

R = 21.55%
G = 47.84%
B = 30.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#326F47 (or 0x326F47) is known color: Amazon. HEX triplet: 32, 6F and 47. RGB value is (50,111,71). Sum of RGB (Red+Green+Blue) = 50+111+71=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #326F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F47 is #CD90B8. Grayscale: #585858. Windows color (decimal): -13471929 or 4681522. OLE color: 4681522.

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

Color convert

RGB 50 111 71 -
CMYK 0.55 0 0.36 0.56
HSL 140.66º 0.38% 0.32% -
HSV(B) 140.66º 0.55% 0.44% -
XYZ 8.14 12.5 7.95 -
YUV 88.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 50 111 71 0.55 0 0.36 0.56 140.66 0.38 0.32
Hex 32 6F 47 37 0 24 38 8D 26 20
Octal 62 157 107 67 0 44 70 215 46 40
Binary 110010 1101111 1000111 110111 0 100100 111000 10001101 100110 100000

Color Harmonies of #326F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F47

Black with #326F47

Text Example


Text Example

White with #326F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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