Html Css Color HEX #327357 Amazon

📋 copy color: '#327357'

red 50 ◦ green 115 ◦ blue 87

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

Shades of Amazon #327357

Tints of Amazon #327357

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.63%

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 19.84%
G = 45.63%
B = 34.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#327357 (or 0x327357) is known color: Amazon. HEX triplet: 32, 73 and 57. RGB value is (50,115,87). Sum of RGB (Red+Green+Blue) = 50+115+87=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #327357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327357 is #CD8CA8. Grayscale: #5C5C5C. Windows color (decimal): -13470889 or 5731122. OLE color: 5731122.

HSL color Cylindrical-coordinate representation of color #327357: hue angle of 154.15º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327357 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 87 -
CMYK 0.57 0 0.24 0.55
HSL 154.15º 0.39% 0.32% -
HSV(B) 154.15º 0.57% 0.45% -
XYZ 9.17 13.63 11.16 -
YUV 92.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 50 115 87 0.57 0 0.24 0.55 154.15 0.39 0.32
Hex 32 73 57 39 0 18 37 9A 27 20
Octal 62 163 127 71 0 30 67 232 47 40
Binary 110010 1110011 1010111 111001 0 11000 110111 10011010 100111 100000

Color Harmonies of #327357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327357

Black with #327357

Text Example


Text Example

White with #327357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327357; }

 p { color: rgb(50,115,87); }

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

background-color css

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

 a { background-color: rgb(50,115,87); }

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

border-color css

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

 span { border-color: rgb(50,115,87); }

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