Html Css Color HEX #326E53 Amazon

📋 copy color: '#326E53'

red 50 ◦ green 110 ◦ blue 83

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

Shades of Amazon #326E53

Tints of Amazon #326E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 20.58%
G = 45.27%
B = 34.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#326E53 (or 0x326E53) is known color: Amazon. HEX triplet: 32, 6E and 53. RGB value is (50,110,83). Sum of RGB (Red+Green+Blue) = 50+110+83=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #326E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E53 is #CD91AC. Grayscale: #595959. Windows color (decimal): -13472173 or 5467698. OLE color: 5467698.

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

Color convert

RGB 50 110 83 -
CMYK 0.55 0 0.25 0.57
HSL 153º 0.38% 0.31% -
HSV(B) 153º 0.55% 0.43% -
XYZ 8.45 12.45 10.14 -
YUV 88.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 50 110 83 0.55 0 0.25 0.57 153 0.38 0.31
Hex 32 6E 53 37 0 19 39 99 26 1F
Octal 62 156 123 67 0 31 71 231 46 37
Binary 110010 1101110 1010011 110111 0 11001 111001 10011001 100110 11111

Color Harmonies of #326E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E53

Black with #326E53

Text Example


Text Example

White with #326E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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