Html Css Color HEX #327449 Amazon

📋 copy color: '#327449'

red 50 ◦ green 116 ◦ blue 73

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

Shades of Amazon #327449

Tints of Amazon #327449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.54%

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

R = 20.92%
G = 48.54%
B = 30.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#327449 (or 0x327449) is known color: Amazon. HEX triplet: 32, 74 and 49. RGB value is (50,116,73). Sum of RGB (Red+Green+Blue) = 50+116+73=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #327449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327449 is #CD8BB6. Grayscale: #5B5B5B. Windows color (decimal): -13470647 or 4813874. OLE color: 4813874.

HSL color Cylindrical-coordinate representation of color #327449: hue angle of 140.91º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327449 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 73 -
CMYK 0.57 0 0.37 0.55
HSL 140.91º 0.4% 0.33% -
HSV(B) 140.91º 0.57% 0.45% -
XYZ 8.76 13.65 8.48 -
YUV 91.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 50 116 73 0.57 0 0.37 0.55 140.91 0.4 0.33
Hex 32 74 49 39 0 25 37 8D 28 21
Octal 62 164 111 71 0 45 67 215 50 41
Binary 110010 1110100 1001001 111001 0 100101 110111 10001101 101000 100001

Color Harmonies of #327449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327449

Black with #327449

Text Example


Text Example

White with #327449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327449; }

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

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

background-color css

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

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

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

border-color css

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

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

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