Html Css Color HEX #327C4F Amazon

📋 copy color: '#327C4F'

red 50 ◦ green 124 ◦ blue 79

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

Shades of Amazon #327C4F

Tints of Amazon #327C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.23%

R = 19.76%
G = 49.01%
B = 31.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#327C4F (or 0x327C4F) is known color: Amazon. HEX triplet: 32, 7C and 4F. RGB value is (50,124,79). Sum of RGB (Red+Green+Blue) = 50+124+79=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #327C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C4F is #CD83B0. Grayscale: #606060. Windows color (decimal): -13468593 or 5209138. OLE color: 5209138.

HSL color Cylindrical-coordinate representation of color #327C4F: hue angle of 143.51º 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 #327C4F is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 124 79 -
CMYK 0.60 0 0.36 0.51
HSL 143.51º 0.43% 0.34% -
HSV(B) 143.51º 0.6% 0.49% -
XYZ 9.93 15.66 9.9 -
YUV 96.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 50 124 79 0.60 0 0.36 0.51 143.51 0.43 0.34
Hex 32 7C 4F 3C 0 24 33 90 2B 22
Octal 62 174 117 74 0 44 63 220 53 42
Binary 110010 1111100 1001111 111100 0 100100 110011 10010000 101011 100010

Color Harmonies of #327C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C4F

Black with #327C4F

Text Example


Text Example

White with #327C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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