Html Css Color HEX #327149 Amazon

📋 copy color: '#327149'

red 50 ◦ green 113 ◦ blue 73

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

Shades of Amazon #327149

Tints of Amazon #327149

RGB

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

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

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

R = 21.19%
G = 47.88%
B = 30.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#327149 (or 0x327149) is known color: Amazon. HEX triplet: 32, 71 and 49. RGB value is (50,113,73). Sum of RGB (Red+Green+Blue) = 50+113+73=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #327149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327149 is #CD8EB6. Grayscale: #595959. Windows color (decimal): -13471415 or 4813106. OLE color: 4813106.

HSL color Cylindrical-coordinate representation of color #327149: hue angle of 141.9º 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 #327149 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 73 -
CMYK 0.56 0 0.35 0.56
HSL 141.9º 0.39% 0.32% -
HSV(B) 141.9º 0.56% 0.44% -
XYZ 8.42 12.97 8.36 -
YUV 89.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 50 113 73 0.56 0 0.35 0.56 141.9 0.39 0.32
Hex 32 71 49 38 0 23 38 8E 27 20
Octal 62 161 111 70 0 43 70 216 47 40
Binary 110010 1110001 1001001 111000 0 100011 111000 10001110 100111 100000

Color Harmonies of #327149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327149

Black with #327149

Text Example


Text Example

White with #327149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327149; }

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

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

background-color css

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

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

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

border-color css

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

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

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