Html Css Color HEX #327A4C Amazon

📋 copy color: '#327A4C'

red 50 ◦ green 122 ◦ blue 76

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

Shades of Amazon #327A4C

Tints of Amazon #327A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.65%

R = 20.16%
G = 49.19%
B = 30.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#327A4C (or 0x327A4C) is known color: Amazon. HEX triplet: 32, 7A and 4C. RGB value is (50,122,76). Sum of RGB (Red+Green+Blue) = 50+122+76=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #327A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A4C is #CD85B3. Grayscale: #5F5F5F. Windows color (decimal): -13469108 or 5012018. OLE color: 5012018.

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

Color convert

RGB 50 122 76 -
CMYK 0.59 0 0.38 0.52
HSL 141.67º 0.42% 0.34% -
HSV(B) 141.67º 0.59% 0.48% -
XYZ 9.58 15.12 9.25 -
YUV 95.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 50 122 76 0.59 0 0.38 0.52 141.67 0.42 0.34
Hex 32 7A 4C 3B 0 26 34 8E 2A 22
Octal 62 172 114 73 0 46 64 216 52 42
Binary 110010 1111010 1001100 111011 0 100110 110100 10001110 101010 100010

Color Harmonies of #327A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A4C

Black with #327A4C

Text Example


Text Example

White with #327A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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