Html Css Color HEX #327049 Amazon

📋 copy color: '#327049'

red 50 ◦ green 112 ◦ blue 73

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

Shades of Amazon #327049

Tints of Amazon #327049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

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

R = 21.28%
G = 47.66%
B = 31.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#327049 (or 0x327049) is known color: Amazon. HEX triplet: 32, 70 and 49. RGB value is (50,112,73). Sum of RGB (Red+Green+Blue) = 50+112+73=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #327049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327049 is #CD8FB6. Grayscale: #595959. Windows color (decimal): -13471671 or 4812850. OLE color: 4812850.

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

Color convert

RGB 50 112 73 -
CMYK 0.55 0 0.35 0.56
HSL 142.26º 0.38% 0.32% -
HSV(B) 142.26º 0.55% 0.44% -
XYZ 8.31 12.75 8.33 -
YUV 89.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 50 112 73 0.55 0 0.35 0.56 142.26 0.38 0.32
Hex 32 70 49 37 0 23 38 8E 26 20
Octal 62 160 111 67 0 43 70 216 46 40
Binary 110010 1110000 1001001 110111 0 100011 111000 10001110 100110 100000

Color Harmonies of #327049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327049

Black with #327049

Text Example


Text Example

White with #327049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327049; }

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

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

background-color css

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

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

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

border-color css

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

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

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