Html Css Color HEX #327A5C Amazon

📋 copy color: '#327A5C'

red 50 ◦ green 122 ◦ blue 92

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

Shades of Amazon #327A5C

Tints of Amazon #327A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.21%

 BLUE value IS 92 (36.33% from 255) = 34.85%

R = 18.94%
G = 46.21%
B = 34.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#327A5C (or 0x327A5C) is known color: Amazon. HEX triplet: 32, 7A and 5C. RGB value is (50,122,92). Sum of RGB (Red+Green+Blue) = 50+122+92=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #327A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A5C is #CD85A3. Grayscale: #616161. Windows color (decimal): -13469092 or 6060594. OLE color: 6060594.

HSL color Cylindrical-coordinate representation of color #327A5C: hue angle of 155º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A5C is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 92 -
CMYK 0.59 0 0.25 0.52
HSL 155º 0.42% 0.34% -
HSV(B) 155º 0.59% 0.48% -
XYZ 10.21 15.37 12.55 -
YUV 97.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 50 122 92 0.59 0 0.25 0.52 155 0.42 0.34
Hex 32 7A 5C 3B 0 19 34 9B 2A 22
Octal 62 172 134 73 0 31 64 233 52 42
Binary 110010 1111010 1011100 111011 0 11001 110100 10011011 101010 100010

Color Harmonies of #327A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A5C

Black with #327A5C

Text Example


Text Example

White with #327A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327A5C; }

 p { color: rgb(50,122,92); }

 H1.HeaderClassName
 {
   color: #327A5C;
 }
 .AnyTagClassName
 {
   color: #327A5C;
 }
</style>

background-color css

<style>
 a { background-color: #327A5C; }

 a { background-color: rgb(50,122,92); }

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

border-color css

<style>
 span { border-color: #327A5C; }

 span { border-color: rgb(50,122,92); }

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