Html Css Color HEX #327147 Amazon

📋 copy color: '#327147'

red 50 ◦ green 113 ◦ blue 71

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

Shades of Amazon #327147

Tints of Amazon #327147

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.29%

 BLUE value IS 71 (28.13% from 255) = 30.34%

R = 21.37%
G = 48.29%
B = 30.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#327147 (or 0x327147) is known color: Amazon. HEX triplet: 32, 71 and 47. RGB value is (50,113,71). Sum of RGB (Red+Green+Blue) = 50+113+71=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #327147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327147 is #CD8EB8. Grayscale: #595959. Windows color (decimal): -13471417 or 4682034. OLE color: 4682034.

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

Color convert

RGB 50 113 71 -
CMYK 0.56 0 0.37 0.56
HSL 140º 0.39% 0.32% -
HSV(B) 140º 0.56% 0.44% -
XYZ 8.36 12.94 8.02 -
YUV 89.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 50 113 71 0.56 0 0.37 0.56 140 0.39 0.32
Hex 32 71 47 38 0 25 38 8C 27 20
Octal 62 161 107 70 0 45 70 214 47 40
Binary 110010 1110001 1000111 111000 0 100101 111000 10001100 100111 100000

Color Harmonies of #327147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327147

Black with #327147

Text Example


Text Example

White with #327147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327147; }

 p { color: rgb(50,113,71); }

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

background-color css

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

 a { background-color: rgb(50,113,71); }

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

border-color css

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

 span { border-color: rgb(50,113,71); }

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