Html Css Color HEX #327F5D Amazon

📋 copy color: '#327F5D'

red 50 ◦ green 127 ◦ blue 93

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

Shades of Amazon #327F5D

Tints of Amazon #327F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 18.52%
G = 47.04%
B = 34.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#327F5D (or 0x327F5D) is known color: Amazon. HEX triplet: 32, 7F and 5D. RGB value is (50,127,93). Sum of RGB (Red+Green+Blue) = 50+127+93=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #327F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F5D is #CD80A2. Grayscale: #646464. Windows color (decimal): -13467811 or 6127410. OLE color: 6127410.

HSL color Cylindrical-coordinate representation of color #327F5D: hue angle of 153.51º 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 #327F5D is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 93 -
CMYK 0.61 0 0.27 0.50
HSL 153.51º 0.44% 0.35% -
HSV(B) 153.51º 0.61% 0.5% -
XYZ 10.88 16.65 13 -
YUV 100.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 50 127 93 0.61 0 0.27 0.50 153.51 0.44 0.35
Hex 32 7F 5D 3D 0 1B 32 9A 2C 23
Octal 62 177 135 75 0 33 62 232 54 43
Binary 110010 1111111 1011101 111101 0 11011 110010 10011010 101100 100011

Color Harmonies of #327F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F5D

Black with #327F5D

Text Example


Text Example

White with #327F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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