Html Css Color HEX #327A50 Amazon

📋 copy color: '#327A50'

red 50 ◦ green 122 ◦ blue 80

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

Shades of Amazon #327A50

Tints of Amazon #327A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 19.84%
G = 48.41%
B = 31.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#327A50 (or 0x327A50) is known color: Amazon. HEX triplet: 32, 7A and 50. RGB value is (50,122,80). Sum of RGB (Red+Green+Blue) = 50+122+80=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #327A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A50 is #CD85AF. Grayscale: #5F5F5F. Windows color (decimal): -13469104 or 5274162. OLE color: 5274162.

HSL color Cylindrical-coordinate representation of color #327A50: hue angle of 145º 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 #327A50 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 80 -
CMYK 0.59 0 0.34 0.52
HSL 145º 0.42% 0.34% -
HSV(B) 145º 0.59% 0.48% -
XYZ 9.72 15.18 10.01 -
YUV 95.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 50 122 80 0.59 0 0.34 0.52 145 0.42 0.34
Hex 32 7A 50 3B 0 22 34 91 2A 22
Octal 62 172 120 73 0 42 64 221 52 42
Binary 110010 1111010 1010000 111011 0 100010 110100 10010001 101010 100010

Color Harmonies of #327A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A50

Black with #327A50

Text Example


Text Example

White with #327A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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