Html Css Color HEX #326E4D Amazon

📋 copy color: '#326E4D'

red 50 ◦ green 110 ◦ blue 77

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

Shades of Amazon #326E4D

Tints of Amazon #326E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.41%

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 21.1%
G = 46.41%
B = 32.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#326E4D (or 0x326E4D) is known color: Amazon. HEX triplet: 32, 6E and 4D. RGB value is (50,110,77). Sum of RGB (Red+Green+Blue) = 50+110+77=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #326E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E4D is #CD91B2. Grayscale: #585858. Windows color (decimal): -13472179 or 5074482. OLE color: 5074482.

HSL color Cylindrical-coordinate representation of color #326E4D: hue angle of 147º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E4D is Cyan = 0.55, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 110 77 -
CMYK 0.55 0 0.3 0.57
HSL 147º 0.38% 0.31% -
HSV(B) 147º 0.55% 0.43% -
XYZ 8.23 12.37 8.97 -
YUV 88.3 121.62 100.68 -
System Red Green Blue C M Y K H S L
Decimal 50 110 77 0.55 0 0.3 0.57 147 0.38 0.31
Hex 32 6E 4D 37 0 1E 39 93 26 1F
Octal 62 156 115 67 0 36 71 223 46 37
Binary 110010 1101110 1001101 110111 0 11110 111001 10010011 100110 11111

Color Harmonies of #326E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E4D

Black with #326E4D

Text Example


Text Example

White with #326E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,110,77); }

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

background-color css

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

 a { background-color: rgb(50,110,77); }

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

border-color css

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

 span { border-color: rgb(50,110,77); }

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