Html Css Color HEX #327E5E Amazon

📋 copy color: '#327E5E'

red 50 ◦ green 126 ◦ blue 94

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

Shades of Amazon #327E5E

Tints of Amazon #327E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.81%

R = 18.52%
G = 46.67%
B = 34.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#327E5E (or 0x327E5E) is known color: Amazon. HEX triplet: 32, 7E and 5E. RGB value is (50,126,94). Sum of RGB (Red+Green+Blue) = 50+126+94=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #327E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E5E is #CD81A1. Grayscale: #636363. Windows color (decimal): -13468066 or 6192690. OLE color: 6192690.

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

Color convert

RGB 50 126 94 -
CMYK 0.60 0 0.25 0.51
HSL 154.74º 0.43% 0.35% -
HSV(B) 154.74º 0.6% 0.49% -
XYZ 10.8 16.41 13.19 -
YUV 99.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 50 126 94 0.60 0 0.25 0.51 154.74 0.43 0.35
Hex 32 7E 5E 3C 0 19 33 9B 2B 23
Octal 62 176 136 74 0 31 63 233 53 43
Binary 110010 1111110 1011110 111100 0 11001 110011 10011011 101011 100011

Color Harmonies of #327E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E5E

Black with #327E5E

Text Example


Text Example

White with #327E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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