Html Css Color HEX #327957 Amazon

📋 copy color: '#327957'

red 50 ◦ green 121 ◦ blue 87

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

Shades of Amazon #327957

Tints of Amazon #327957

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.9%

 BLUE value IS 87 (34.38% from 255) = 33.72%

R = 19.38%
G = 46.9%
B = 33.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#327957 (or 0x327957) is known color: Amazon. HEX triplet: 32, 79 and 57. RGB value is (50,121,87). Sum of RGB (Red+Green+Blue) = 50+121+87=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #327957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327957 is #CD86A8. Grayscale: #5F5F5F. Windows color (decimal): -13469353 or 5732658. OLE color: 5732658.

HSL color Cylindrical-coordinate representation of color #327957: hue angle of 151.27º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327957 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 87 -
CMYK 0.59 0 0.28 0.53
HSL 151.27º 0.42% 0.34% -
HSV(B) 151.27º 0.59% 0.47% -
XYZ 9.87 15.04 11.4 -
YUV 95.9 122.98 95.26 -
System Red Green Blue C M Y K H S L
Decimal 50 121 87 0.59 0 0.28 0.53 151.27 0.42 0.34
Hex 32 79 57 3B 0 1C 35 97 2A 22
Octal 62 171 127 73 0 34 65 227 52 42
Binary 110010 1111001 1010111 111011 0 11100 110101 10010111 101010 100010

Color Harmonies of #327957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327957

Black with #327957

Text Example


Text Example

White with #327957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327957; }

 p { color: rgb(50,121,87); }

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

background-color css

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

 a { background-color: rgb(50,121,87); }

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

border-color css

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

 span { border-color: rgb(50,121,87); }

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