Html Css Color HEX #327E56 Amazon

📋 copy color: '#327E56'

red 50 ◦ green 126 ◦ blue 86

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

Shades of Amazon #327E56

Tints of Amazon #327E56

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.09%

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 19.08%
G = 48.09%
B = 32.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#327E56 (or 0x327E56) is known color: Amazon. HEX triplet: 32, 7E and 56. RGB value is (50,126,86). Sum of RGB (Red+Green+Blue) = 50+126+86=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 126 - color contains mainly: green. Hex color #327E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E56 is #CD81A9. Grayscale: #626262. Windows color (decimal): -13468074 or 5668402. OLE color: 5668402.

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

Color convert

RGB 50 126 86 -
CMYK 0.60 0 0.32 0.51
HSL 148.42º 0.43% 0.35% -
HSV(B) 148.42º 0.6% 0.49% -
XYZ 10.46 16.27 11.39 -
YUV 98.72 120.82 93.25 -
System Red Green Blue C M Y K H S L
Decimal 50 126 86 0.60 0 0.32 0.51 148.42 0.43 0.35
Hex 32 7E 56 3C 0 20 33 94 2B 23
Octal 62 176 126 74 0 40 63 224 53 43
Binary 110010 1111110 1010110 111100 0 100000 110011 10010100 101011 100011

Color Harmonies of #327E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E56

Black with #327E56

Text Example


Text Example

White with #327E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,126,86); }

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

background-color css

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

 a { background-color: rgb(50,126,86); }

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

border-color css

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

 span { border-color: rgb(50,126,86); }

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