Html Css Color HEX #326D51 Amazon

📋 copy color: '#326D51'

red 50 ◦ green 109 ◦ blue 81

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

Shades of Amazon #326D51

Tints of Amazon #326D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.75%

R = 20.83%
G = 45.42%
B = 33.75%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#326D51 (or 0x326D51) is known color: Amazon. HEX triplet: 32, 6D and 51. RGB value is (50,109,81). Sum of RGB (Red+Green+Blue) = 50+109+81=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #326D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D51 is #CD92AE. Grayscale: #585858. Windows color (decimal): -13472431 or 5336370. OLE color: 5336370.

HSL color Cylindrical-coordinate representation of color #326D51: hue angle of 151.53º 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 #326D51 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 109 81 -
CMYK 0.54 0 0.26 0.57
HSL 151.53º 0.37% 0.31% -
HSV(B) 151.53º 0.54% 0.43% -
XYZ 8.27 12.21 9.71 -
YUV 88.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 50 109 81 0.54 0 0.26 0.57 151.53 0.37 0.31
Hex 32 6D 51 36 0 1A 39 98 25 1F
Octal 62 155 121 66 0 32 71 230 45 37
Binary 110010 1101101 1010001 110110 0 11010 111001 10011000 100101 11111

Color Harmonies of #326D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D51

Black with #326D51

Text Example


Text Example

White with #326D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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