Html Css Color HEX #327F47 Amazon

📋 copy color: '#327F47'

red 50 ◦ green 127 ◦ blue 71

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

Shades of Amazon #327F47

Tints of Amazon #327F47

RGB

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

 GREEN value IS 127 (50% from 255) = 51.21%

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

R = 20.16%
G = 51.21%
B = 28.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#327F47 (or 0x327F47) is known color: Amazon. HEX triplet: 32, 7F and 47. RGB value is (50,127,71). Sum of RGB (Red+Green+Blue) = 50+127+71=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #327F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F47 is #CD80B8. Grayscale: #616161. Windows color (decimal): -13467833 or 4685618. OLE color: 4685618.

HSL color Cylindrical-coordinate representation of color #327F47: hue angle of 136.36º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F47 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 71 -
CMYK 0.61 0 0.44 0.50
HSL 136.36º 0.44% 0.35% -
HSV(B) 136.36º 0.61% 0.5% -
XYZ 10.04 16.31 8.58 -
YUV 97.59 112.99 94.05 -
System Red Green Blue C M Y K H S L
Decimal 50 127 71 0.61 0 0.44 0.50 136.36 0.44 0.35
Hex 32 7F 47 3D 0 2C 32 88 2C 23
Octal 62 177 107 75 0 54 62 210 54 43
Binary 110010 1111111 1000111 111101 0 101100 110010 10001000 101100 100011

Color Harmonies of #327F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F47

Black with #327F47

Text Example


Text Example

White with #327F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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