Html Css Color HEX #326F55 Amazon

📋 copy color: '#326F55'

red 50 ◦ green 111 ◦ blue 85

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

Shades of Amazon #326F55

Tints of Amazon #326F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 20.33%
G = 45.12%
B = 34.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#326F55 (or 0x326F55) is known color: Amazon. HEX triplet: 32, 6F and 55. RGB value is (50,111,85). Sum of RGB (Red+Green+Blue) = 50+111+85=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #326F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F55 is #CD90AA. Grayscale: #595959. Windows color (decimal): -13471915 or 5599026. OLE color: 5599026.

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

Color convert

RGB 50 111 85 -
CMYK 0.55 0 0.23 0.56
HSL 154.43º 0.38% 0.32% -
HSV(B) 154.43º 0.55% 0.44% -
XYZ 8.64 12.7 10.59 -
YUV 89.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 50 111 85 0.55 0 0.23 0.56 154.43 0.38 0.32
Hex 32 6F 55 37 0 17 38 9A 26 20
Octal 62 157 125 67 0 27 70 232 46 40
Binary 110010 1101111 1010101 110111 0 10111 111000 10011010 100110 100000

Color Harmonies of #326F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F55

Black with #326F55

Text Example


Text Example

White with #326F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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