Html Css Color HEX #327547 Amazon

📋 copy color: '#327547'

red 50 ◦ green 117 ◦ blue 71

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

Shades of Amazon #327547

Tints of Amazon #327547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

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

R = 21.01%
G = 49.16%
B = 29.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#327547 (or 0x327547) is known color: Amazon. HEX triplet: 32, 75 and 47. RGB value is (50,117,71). Sum of RGB (Red+Green+Blue) = 50+117+71=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #327547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327547 is #CD8AB8. Grayscale: #5B5B5B. Windows color (decimal): -13470393 or 4683058. OLE color: 4683058.

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

Color convert

RGB 50 117 71 -
CMYK 0.57 0 0.39 0.54
HSL 138.81º 0.4% 0.33% -
HSV(B) 138.81º 0.57% 0.46% -
XYZ 8.81 13.86 8.17 -
YUV 91.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 50 117 71 0.57 0 0.39 0.54 138.81 0.4 0.33
Hex 32 75 47 39 0 27 36 8B 28 21
Octal 62 165 107 71 0 47 66 213 50 41
Binary 110010 1110101 1000111 111001 0 100111 110110 10001011 101000 100001

Color Harmonies of #327547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327547

Black with #327547

Text Example


Text Example

White with #327547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327547; }

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

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

background-color css

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

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

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

border-color css

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

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

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