Html Css Color HEX #327756 Amazon

📋 copy color: '#327756'

red 50 ◦ green 119 ◦ blue 86

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

Shades of Amazon #327756

Tints of Amazon #327756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 19.61%
G = 46.67%
B = 33.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#327756 (or 0x327756) is known color: Amazon. HEX triplet: 32, 77 and 56. RGB value is (50,119,86). Sum of RGB (Red+Green+Blue) = 50+119+86=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #327756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327756 is #CD88A9. Grayscale: #5E5E5E. Windows color (decimal): -13469866 or 5666610. OLE color: 5666610.

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

Color convert

RGB 50 119 86 -
CMYK 0.58 0 0.28 0.53
HSL 151.3º 0.41% 0.33% -
HSV(B) 151.3º 0.58% 0.47% -
XYZ 9.59 14.54 11.11 -
YUV 94.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 50 119 86 0.58 0 0.28 0.53 151.3 0.41 0.33
Hex 32 77 56 3A 0 1C 35 97 29 21
Octal 62 167 126 72 0 34 65 227 51 41
Binary 110010 1110111 1010110 111010 0 11100 110101 10010111 101001 100001

Color Harmonies of #327756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327756

Black with #327756

Text Example


Text Example

White with #327756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327756; }

 p { color: rgb(50,119,86); }

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

background-color css

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

 a { background-color: rgb(50,119,86); }

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

border-color css

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

 span { border-color: rgb(50,119,86); }

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