Html Css Color HEX #327C53 Amazon

📋 copy color: '#327C53'

red 50 ◦ green 124 ◦ blue 83

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

Shades of Amazon #327C53

Tints of Amazon #327C53

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.25%

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

R = 19.46%
G = 48.25%
B = 32.3%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#327C53 (or 0x327C53) is known color: Amazon. HEX triplet: 32, 7C and 53. RGB value is (50,124,83). Sum of RGB (Red+Green+Blue) = 50+124+83=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #327C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C53 is #CD83AC. Grayscale: #616161. Windows color (decimal): -13468589 or 5471282. OLE color: 5471282.

HSL color Cylindrical-coordinate representation of color #327C53: hue angle of 146.76º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C53 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 124 83 -
CMYK 0.60 0 0.33 0.51
HSL 146.76º 0.43% 0.34% -
HSV(B) 146.76º 0.6% 0.49% -
XYZ 10.08 15.72 10.69 -
YUV 97.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 50 124 83 0.60 0 0.33 0.51 146.76 0.43 0.34
Hex 32 7C 53 3C 0 21 33 93 2B 22
Octal 62 174 123 74 0 41 63 223 53 42
Binary 110010 1111100 1010011 111100 0 100001 110011 10010011 101011 100010

Color Harmonies of #327C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C53

Black with #327C53

Text Example


Text Example

White with #327C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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