Html Css Color HEX #327249 Amazon

📋 copy color: '#327249'

red 50 ◦ green 114 ◦ blue 73

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

Shades of Amazon #327249

Tints of Amazon #327249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.1%

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

R = 21.1%
G = 48.1%
B = 30.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#327249 (or 0x327249) is known color: Amazon. HEX triplet: 32, 72 and 49. RGB value is (50,114,73). Sum of RGB (Red+Green+Blue) = 50+114+73=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #327249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327249 is #CD8DB6. Grayscale: #5A5A5A. Windows color (decimal): -13471159 or 4813362. OLE color: 4813362.

HSL color Cylindrical-coordinate representation of color #327249: hue angle of 141.56º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327249 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 73 -
CMYK 0.56 0 0.36 0.55
HSL 141.56º 0.39% 0.32% -
HSV(B) 141.56º 0.56% 0.45% -
XYZ 8.54 13.19 8.4 -
YUV 90.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 50 114 73 0.56 0 0.36 0.55 141.56 0.39 0.32
Hex 32 72 49 38 0 24 37 8E 27 20
Octal 62 162 111 70 0 44 67 216 47 40
Binary 110010 1110010 1001001 111000 0 100100 110111 10001110 100111 100000

Color Harmonies of #327249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327249

Black with #327249

Text Example


Text Example

White with #327249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327249; }

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

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

background-color css

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

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

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

border-color css

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

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

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