Html Css Color HEX #326D4B Amazon

📋 copy color: '#326D4B'

red 50 ◦ green 109 ◦ blue 75

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

Shades of Amazon #326D4B

Tints of Amazon #326D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 21.37%
G = 46.58%
B = 32.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#326D4B (or 0x326D4B) is known color: Amazon. HEX triplet: 32, 6D and 4B. RGB value is (50,109,75). Sum of RGB (Red+Green+Blue) = 50+109+75=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #326D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D4B is #CD92B4. Grayscale: #575757. Windows color (decimal): -13472437 or 4943154. OLE color: 4943154.

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

Color convert

RGB 50 109 75 -
CMYK 0.54 0 0.31 0.57
HSL 145.42º 0.37% 0.31% -
HSV(B) 145.42º 0.54% 0.43% -
XYZ 8.05 12.12 8.57 -
YUV 87.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 50 109 75 0.54 0 0.31 0.57 145.42 0.37 0.31
Hex 32 6D 4B 36 0 1F 39 91 25 1F
Octal 62 155 113 66 0 37 71 221 45 37
Binary 110010 1101101 1001011 110110 0 11111 111001 10010001 100101 11111

Color Harmonies of #326D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D4B

Black with #326D4B

Text Example


Text Example

White with #326D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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