Html Css Color HEX #326F53 Amazon

📋 copy color: '#326F53'

red 50 ◦ green 111 ◦ blue 83

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

Shades of Amazon #326F53

Tints of Amazon #326F53

RGB

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

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

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

R = 20.49%
G = 45.49%
B = 34.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#326F53 (or 0x326F53) is known color: Amazon. HEX triplet: 32, 6F and 53. RGB value is (50,111,83). Sum of RGB (Red+Green+Blue) = 50+111+83=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #326F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F53 is #CD90AC. Grayscale: #595959. Windows color (decimal): -13471917 or 5467954. OLE color: 5467954.

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

Color convert

RGB 50 111 83 -
CMYK 0.55 0 0.25 0.56
HSL 152.46º 0.38% 0.32% -
HSV(B) 152.46º 0.55% 0.44% -
XYZ 8.56 12.67 10.18 -
YUV 89.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 50 111 83 0.55 0 0.25 0.56 152.46 0.38 0.32
Hex 32 6F 53 37 0 19 38 98 26 20
Octal 62 157 123 67 0 31 70 230 46 40
Binary 110010 1101111 1010011 110111 0 11001 111000 10011000 100110 100000

Color Harmonies of #326F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F53

Black with #326F53

Text Example


Text Example

White with #326F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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