Html Css Color HEX #326F54 Amazon

📋 copy color: '#326F54'

red 50 ◦ green 111 ◦ blue 84

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

Shades of Amazon #326F54

Tints of Amazon #326F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 20.41%
G = 45.31%
B = 34.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#326F54 (or 0x326F54) is known color: Amazon. HEX triplet: 32, 6F and 54. RGB value is (50,111,84). Sum of RGB (Red+Green+Blue) = 50+111+84=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #326F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F54 is #CD90AB. Grayscale: #595959. Windows color (decimal): -13471916 or 5533490. OLE color: 5533490.

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

Color convert

RGB 50 111 84 -
CMYK 0.55 0 0.24 0.56
HSL 153.44º 0.38% 0.32% -
HSV(B) 153.44º 0.55% 0.44% -
XYZ 8.6 12.69 10.38 -
YUV 89.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 50 111 84 0.55 0 0.24 0.56 153.44 0.38 0.32
Hex 32 6F 54 37 0 18 38 99 26 20
Octal 62 157 124 67 0 30 70 231 46 40
Binary 110010 1101111 1010100 110111 0 11000 111000 10011001 100110 100000

Color Harmonies of #326F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F54

Black with #326F54

Text Example


Text Example

White with #326F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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