Html Css Color HEX #327C5F Amazon

📋 copy color: '#327C5F'

red 50 ◦ green 124 ◦ blue 95

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

Shades of Amazon #327C5F

Tints of Amazon #327C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.1%

 BLUE value IS 95 (37.5% from 255) = 35.32%

R = 18.59%
G = 46.1%
B = 35.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#327C5F (or 0x327C5F) is known color: Amazon. HEX triplet: 32, 7C and 5F. RGB value is (50,124,95). Sum of RGB (Red+Green+Blue) = 50+124+95=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #327C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C5F is #CD83A0. Grayscale: #626262. Windows color (decimal): -13468577 or 6257714. OLE color: 6257714.

HSL color Cylindrical-coordinate representation of color #327C5F: hue angle of 156.49º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C5F is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 124 95 -
CMYK 0.60 0 0.23 0.51
HSL 156.49º 0.43% 0.34% -
HSV(B) 156.49º 0.6% 0.49% -
XYZ 10.59 15.92 13.34 -
YUV 98.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 50 124 95 0.60 0 0.23 0.51 156.49 0.43 0.34
Hex 32 7C 5F 3C 0 17 33 9C 2B 22
Octal 62 174 137 74 0 27 63 234 53 42
Binary 110010 1111100 1011111 111100 0 10111 110011 10011100 101011 100010

Color Harmonies of #327C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C5F

Black with #327C5F

Text Example


Text Example

White with #327C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,124,95); }

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

background-color css

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

 a { background-color: rgb(50,124,95); }

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

border-color css

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

 span { border-color: rgb(50,124,95); }

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