Html Css Color HEX #327749 Amazon

📋 copy color: '#327749'

red 50 ◦ green 119 ◦ blue 73

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

Shades of Amazon #327749

Tints of Amazon #327749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.17%

R = 20.66%
G = 49.17%
B = 30.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#327749 (or 0x327749) is known color: Amazon. HEX triplet: 32, 77 and 49. RGB value is (50,119,73). Sum of RGB (Red+Green+Blue) = 50+119+73=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #327749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327749 is #CD88B6. Grayscale: #5D5D5D. Windows color (decimal): -13469879 or 4814642. OLE color: 4814642.

HSL color Cylindrical-coordinate representation of color #327749: hue angle of 140º 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 #327749 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 73 -
CMYK 0.58 0 0.39 0.53
HSL 140º 0.41% 0.33% -
HSV(B) 140º 0.58% 0.47% -
XYZ 9.11 14.35 8.59 -
YUV 93.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 50 119 73 0.58 0 0.39 0.53 140 0.41 0.33
Hex 32 77 49 3A 0 27 35 8C 29 21
Octal 62 167 111 72 0 47 65 214 51 41
Binary 110010 1110111 1001001 111010 0 100111 110101 10001100 101001 100001

Color Harmonies of #327749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327749

Black with #327749

Text Example


Text Example

White with #327749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327749; }

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

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

background-color css

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

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

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

border-color css

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

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

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