Html Css Color HEX #327E4D Amazon

📋 copy color: '#327E4D'

red 50 ◦ green 126 ◦ blue 77

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

Shades of Amazon #327E4D

Tints of Amazon #327E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 19.76%
G = 49.8%
B = 30.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#327E4D (or 0x327E4D) is known color: Amazon. HEX triplet: 32, 7E and 4D. RGB value is (50,126,77). Sum of RGB (Red+Green+Blue) = 50+126+77=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 126 (49.61% from 255 or 49.80% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 126 - color contains mainly: green. Hex color #327E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E4D is #CD81B2. Grayscale: #616161. Windows color (decimal): -13468083 or 5078578. OLE color: 5078578.

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

Color convert

RGB 50 126 77 -
CMYK 0.60 0 0.39 0.51
HSL 141.32º 0.43% 0.35% -
HSV(B) 141.32º 0.6% 0.49% -
XYZ 10.12 16.14 9.6 -
YUV 97.69 116.32 93.98 -
System Red Green Blue C M Y K H S L
Decimal 50 126 77 0.60 0 0.39 0.51 141.32 0.43 0.35
Hex 32 7E 4D 3C 0 27 33 8D 2B 23
Octal 62 176 115 74 0 47 63 215 53 43
Binary 110010 1111110 1001101 111100 0 100111 110011 10001101 101011 100011

Color Harmonies of #327E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E4D

Black with #327E4D

Text Example


Text Example

White with #327E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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